Html Css Color HEX #CB710B Chocolate

📋 copy color: '#CB710B'

red 203 ◦ green 113 ◦ blue 11

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

Shades of Chocolate #CB710B

Tints of Chocolate #CB710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 62.08%
G = 34.56%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB710B (or 0xCB710B) is known color: Chocolate. HEX triplet: CB, 71 and 0B. RGB value is (203,113,11). Sum of RGB (Red+Green+Blue) = 203+113+11=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB710B is #348EF4. Grayscale: #808080. Windows color (decimal): -3444469 or 750027. OLE color: 750027.

HSL color Cylindrical-coordinate representation of color #CB710B: hue angle of 31.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB710B is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 11 -
CMYK 0 0.44 0.95 0.20
HSL 31.88º 0.9% 0.42% -
HSV(B) 31.88º 0.95% 0.8% -
XYZ 30.59 24.53 3.44 -
YUV 128.28 61.82 181.29 -
System Red Green Blue C M Y K H S L
Decimal 203 113 11 0 0.44 0.95 0.20 31.88 0.9 0.42
Hex CB 71 B 0 2C 5F 14 20 5A 2A
Octal 313 161 13 0 54 137 24 40 132 52
Binary 11001011 1110001 1011 0 101100 1011111 10100 100000 1011010 101010

Color Harmonies of #CB710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB710B

Black with #CB710B

Text Example


Text Example

White with #CB710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB710B; }

 p { color: rgb(203,113,11); }

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

background-color css

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

 a { background-color: rgb(203,113,11); }

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

border-color css

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

 span { border-color: rgb(203,113,11); }

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