#cb924f

Color #CB924F Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CB924F

Tints of Twine #CB924F

Color information

#CB924F (or 0xCB924F) is unknown color: approx Twine. HEX triplet: CB, 92 and 4F. RGB value is (203,146,79). Sum of RGB (Red+Green+Blue) = 203+146+79=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB924F is #346DB0. Grayscale: #9B9B9B. Windows color (decimal): -3435953 or 5214923. OLE color: 5214923.

HSL color Cylindrical-coordinate representation of color #CB924F: hue angle of 32.42º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB924F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20314679-
CMYK00.280.610.20
HSL32.42º54.39%55.29%-
HSV(B)32.42º61.08%79.61%-
XYZ36.3233.8212.01-
YUV155.484.88161.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 79 (31.25% from 255) = 18.46%
R=47.43%
G=34.11%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031467900.280.610.2032.4254.3955.29
HexCB924F01C3D14203637
Octal3132221170347524406667
Binary1100101110010010100111101110011110110100100000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb924f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb924f; }

 p { color: rgb(203,146,79); }

 H1.HeaderClassName
 {
   color: #cb924f;
 }
 .AnyTagClassName
 {
   color: #cb924f;
 }
</style>
background-color css

<style>
 a { background-color: #cb924f; }

 a { background-color: rgb(203,146,79); }

 div.DivClassName
 {
   background-color: #cb924f;
 }
 .BgClassName
 {
   background-color: #cb924f;
 }
</style>
border-color css

<style>
 span { border-color: #cb924f; }

 span { border-color: rgb(203,146,79); }

 td.TdClassName
 {
   border-color: #cb924f;
 }
 .TagClassName
 {
   border-color: #cb924f;
 }
</style>