Html Css Color HEX #CB7011 Chocolate

📋 copy color: '#CB7011'

red 203 ◦ green 112 ◦ blue 17

#CB7011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CB7011

Tints of Chocolate #CB7011

RGB

 RED value IS 203 (79.69% from 255) = 61.14%

 GREEN value IS 112 (44.14% from 255) = 33.73%

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 61.14%
G = 33.73%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB7011 (or 0xCB7011) is known color: Chocolate. HEX triplet: CB, 70 and 11. RGB value is (203,112,17). Sum of RGB (Red+Green+Blue) = 203+112+17=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7011 is #348FEE. Grayscale: #808080. Windows color (decimal): -3444719 or 1142987. OLE color: 1142987.

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

Color convert

RGB 203 112 17 -
CMYK 0 0.45 0.92 0.20
HSL 30.65º 0.85% 0.43% -
HSV(B) 30.65º 0.92% 0.8% -
XYZ 30.52 24.33 3.62 -
YUV 128.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 203 112 17 0 0.45 0.92 0.20 30.65 0.85 0.43
Hex CB 70 11 0 2D 5C 14 1F 55 2B
Octal 313 160 21 0 55 134 24 37 125 53
Binary 11001011 1110000 10001 0 101101 1011100 10100 11111 1010101 101011

Color Harmonies of #CB7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7011

Black with #CB7011

Text Example


Text Example

White with #CB7011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7011; }

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

 H1.HeaderClassName
 {
   color: #CB7011;
 }
 .AnyTagClassName
 {
   color: #CB7011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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