Html Css Color HEX #CB531D Chocolate

📋 copy color: '#CB531D'

red 203 ◦ green 83 ◦ blue 29

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

Shades of Chocolate #CB531D

Tints of Chocolate #CB531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 64.44%
G = 26.35%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB531D (or 0xCB531D) is known color: Chocolate. HEX triplet: CB, 53 and 1D. RGB value is (203,83,29). Sum of RGB (Red+Green+Blue) = 203+83+29=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB531D is #34ACE2. Grayscale: #717171. Windows color (decimal): -3452131 or 1921995. OLE color: 1921995.

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

Color convert

RGB 203 83 29 -
CMYK 0 0.59 0.86 0.20
HSL 18.62º 0.75% 0.45% -
HSV(B) 18.62º 0.86% 0.8% -
XYZ 27.94 18.97 3.35 -
YUV 112.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 203 83 29 0 0.59 0.86 0.20 18.62 0.75 0.45
Hex CB 53 1D 0 3B 56 14 13 4B 2D
Octal 313 123 35 0 73 126 24 23 113 55
Binary 11001011 1010011 11101 0 111011 1010110 10100 10011 1001011 101101

Color Harmonies of #CB531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB531D

Black with #CB531D

Text Example


Text Example

White with #CB531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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