#CB700F

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

Shades of Chocolate #CB700F

Tints of Chocolate #CB700F

Color information

#CB700F (or 0xCB700F) is unknown color: approx Chocolate. HEX triplet: CB, 70 and 0F. RGB value is (203,112,15). Sum of RGB (Red+Green+Blue) = 203+112+15=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB700F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB700F is #348FF0. Grayscale: #808080. Windows color (decimal): -3444721 or 1011915. OLE color: 1011915.

HSL color Cylindrical-coordinate representation of color #CB700F: hue angle of 30.96º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB700F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20311215-
CMYK00.450.930.20
HSL30.96º86.24%42.75%-
HSV(B)30.96º92.61%79.61%-
XYZ30.5124.323.54-
YUV128.1564.15181.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 61.52%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 15 (6.25% from 255) = 4.55%
R=61.52%
G=33.94%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031121500.450.930.2030.9686.2442.75
HexCB70F02D5D141f562b
Octal31316017055135243712653
Binary11001011111000011110101101101110110100111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB700F; }

 p { color: rgb(203,112,15); }

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

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

 a { background-color: rgb(203,112,15); }

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

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

 span { border-color: rgb(203,112,15); }

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