Html Css Color HEX #CB6513 Chocolate

📋 copy color: '#CB6513'

red 203 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #CB6513

Tints of Chocolate #CB6513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 62.85%
G = 31.27%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB6513 (or 0xCB6513) is known color: Chocolate. HEX triplet: CB, 65 and 13. RGB value is (203,101,19). Sum of RGB (Red+Green+Blue) = 203+101+19=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6513 is #349AEC. Grayscale: #7A7A7A. Windows color (decimal): -3447533 or 1271243. OLE color: 1271243.

HSL color Cylindrical-coordinate representation of color #CB6513: hue angle of 26.74º 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 #CB6513 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 19 -
CMYK 0 0.50 0.91 0.20
HSL 26.74º 0.83% 0.44% -
HSV(B) 26.74º 0.91% 0.8% -
XYZ 29.4 22.05 3.32 -
YUV 122.15 69.79 185.67 -
System Red Green Blue C M Y K H S L
Decimal 203 101 19 0 0.50 0.91 0.20 26.74 0.83 0.44
Hex CB 65 13 0 32 5B 14 1B 53 2C
Octal 313 145 23 0 62 133 24 33 123 54
Binary 11001011 1100101 10011 0 110010 1011011 10100 11011 1010011 101100

Color Harmonies of #CB6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6513

Black with #CB6513

Text Example


Text Example

White with #CB6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6513; }

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

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

background-color css

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

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

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

border-color css

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

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

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