Html Css Color HEX #CB561D Chocolate

📋 copy color: '#CB561D'

red 203 ◦ green 86 ◦ blue 29

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

Shades of Chocolate #CB561D

Tints of Chocolate #CB561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 63.84%
G = 27.04%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB561D (or 0xCB561D) is known color: Chocolate. HEX triplet: CB, 56 and 1D. RGB value is (203,86,29). Sum of RGB (Red+Green+Blue) = 203+86+29=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB561D is #34A9E2. Grayscale: #727272. Windows color (decimal): -3451363 or 1922763. OLE color: 1922763.

HSL color Cylindrical-coordinate representation of color #CB561D: hue angle of 19.66º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB561D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 86 29 -
CMYK 0 0.58 0.86 0.20
HSL 19.66º 0.75% 0.45% -
HSV(B) 19.66º 0.86% 0.8% -
XYZ 28.18 19.44 3.43 -
YUV 114.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 203 86 29 0 0.58 0.86 0.20 19.66 0.75 0.45
Hex CB 56 1D 0 3A 56 14 14 4B 2D
Octal 313 126 35 0 72 126 24 24 113 55
Binary 11001011 1010110 11101 0 111010 1010110 10100 10100 1001011 101101

Color Harmonies of #CB561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB561D

Black with #CB561D

Text Example


Text Example

White with #CB561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB561D; }

 p { color: rgb(203,86,29); }

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

background-color css

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

 a { background-color: rgb(203,86,29); }

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

border-color css

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

 span { border-color: rgb(203,86,29); }

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