Html Css Color HEX #CB5E12 Chocolate

📋 copy color: '#CB5E12'

red 203 ◦ green 94 ◦ blue 18

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

Shades of Chocolate #CB5E12

Tints of Chocolate #CB5E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 64.44%
G = 29.84%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB5E12 (or 0xCB5E12) is known color: Chocolate. HEX triplet: CB, 5E and 12. RGB value is (203,94,18). Sum of RGB (Red+Green+Blue) = 203+94+18=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E12 is #34A1ED. Grayscale: #767676. Windows color (decimal): -3449326 or 1203915. OLE color: 1203915.

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

Color convert

RGB 203 94 18 -
CMYK 0 0.54 0.91 0.20
HSL 24.65º 0.84% 0.43% -
HSV(B) 24.65º 0.91% 0.8% -
XYZ 28.74 20.75 3.06 -
YUV 117.93 71.61 188.68 -
System Red Green Blue C M Y K H S L
Decimal 203 94 18 0 0.54 0.91 0.20 24.65 0.84 0.43
Hex CB 5E 12 0 36 5B 14 19 54 2B
Octal 313 136 22 0 66 133 24 31 124 53
Binary 11001011 1011110 10010 0 110110 1011011 10100 11001 1010100 101011

Color Harmonies of #CB5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E12

Black with #CB5E12

Text Example


Text Example

White with #CB5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E12; }

 p { color: rgb(203,94,18); }

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

background-color css

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

 a { background-color: rgb(203,94,18); }

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

border-color css

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

 span { border-color: rgb(203,94,18); }

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