Html Css Color HEX #CB5E23 Chocolate

📋 copy color: '#CB5E23'

red 203 ◦ green 94 ◦ blue 35

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

Shades of Chocolate #CB5E23

Tints of Chocolate #CB5E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 61.14%
G = 28.31%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB5E23 (or 0xCB5E23) is known color: Chocolate. HEX triplet: CB, 5E and 23. RGB value is (203,94,35). Sum of RGB (Red+Green+Blue) = 203+94+35=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E23 is #34A1DC. Grayscale: #787878. Windows color (decimal): -3449309 or 2318027. OLE color: 2318027.

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

Color convert

RGB 203 94 35 -
CMYK 0 0.54 0.83 0.20
HSL 21.07º 0.71% 0.47% -
HSV(B) 21.07º 0.83% 0.8% -
XYZ 28.93 20.82 4.08 -
YUV 119.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 203 94 35 0 0.54 0.83 0.20 21.07 0.71 0.47
Hex CB 5E 23 0 36 53 14 15 47 2F
Octal 313 136 43 0 66 123 24 25 107 57
Binary 11001011 1011110 100011 0 110110 1010011 10100 10101 1000111 101111

Color Harmonies of #CB5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E23

Black with #CB5E23

Text Example


Text Example

White with #CB5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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