Html Css Color HEX #CB541D Chocolate

📋 copy color: '#CB541D'

red 203 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #CB541D

Tints of Chocolate #CB541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

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

R = 64.24%
G = 26.58%
B = 9.18%

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

#CB541D (or 0xCB541D) is known color: Chocolate. HEX triplet: CB, 54 and 1D. RGB value is (203,84,29). Sum of RGB (Red+Green+Blue) = 203+84+29=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB541D is #34ABE2. Grayscale: #717171. Windows color (decimal): -3451875 or 1922251. OLE color: 1922251.

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

Color convert

RGB 203 84 29 -
CMYK 0 0.59 0.86 0.20
HSL 18.97º 0.75% 0.45% -
HSV(B) 18.97º 0.86% 0.8% -
XYZ 28.02 19.13 3.38 -
YUV 113.31 80.42 191.97 -
System Red Green Blue C M Y K H S L
Decimal 203 84 29 0 0.59 0.86 0.20 18.97 0.75 0.45
Hex CB 54 1D 0 3B 56 14 13 4B 2D
Octal 313 124 35 0 73 126 24 23 113 55
Binary 11001011 1010100 11101 0 111011 1010110 10100 10011 1001011 101101

Color Harmonies of #CB541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB541D

Black with #CB541D

Text Example


Text Example

White with #CB541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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