Html Css Color HEX #CB5D13 Chocolate

📋 copy color: '#CB5D13'

red 203 ◦ green 93 ◦ blue 19

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

Shades of Chocolate #CB5D13

Tints of Chocolate #CB5D13

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 64.44%
G = 29.52%
B = 6.03%

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

#CB5D13 (or 0xCB5D13) is known color: Chocolate. HEX triplet: CB, 5D and 13. RGB value is (203,93,19). Sum of RGB (Red+Green+Blue) = 203+93+19=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D13 is #34A2EC. Grayscale: #757575. Windows color (decimal): -3449581 or 1269195. OLE color: 1269195.

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

Color convert

RGB 203 93 19 -
CMYK 0 0.54 0.91 0.20
HSL 24.13º 0.83% 0.44% -
HSV(B) 24.13º 0.91% 0.8% -
XYZ 28.66 20.57 3.08 -
YUV 117.45 72.44 189.02 -
System Red Green Blue C M Y K H S L
Decimal 203 93 19 0 0.54 0.91 0.20 24.13 0.83 0.44
Hex CB 5D 13 0 36 5B 14 18 53 2C
Octal 313 135 23 0 66 133 24 30 123 54
Binary 11001011 1011101 10011 0 110110 1011011 10100 11000 1010011 101100

Color Harmonies of #CB5D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D13

Black with #CB5D13

Text Example


Text Example

White with #CB5D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D13; }

 p { color: rgb(203,93,19); }

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

background-color css

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

 a { background-color: rgb(203,93,19); }

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

border-color css

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

 span { border-color: rgb(203,93,19); }

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