Html Css Color HEX #CD531D Chocolate

📋 copy color: '#CD531D'

red 205 ◦ green 83 ◦ blue 29

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

Shades of Chocolate #CD531D

Tints of Chocolate #CD531D

RGB

 RED value IS 205 (80.47% from 255) = 64.67%

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

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

R = 64.67%
G = 26.18%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD531D (or 0xCD531D) is known color: Chocolate. HEX triplet: CD, 53 and 1D. RGB value is (205,83,29). Sum of RGB (Red+Green+Blue) = 205+83+29=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD531D is #32ACE2. Grayscale: #717171. Windows color (decimal): -3321059 or 1921997. OLE color: 1921997.

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

Color convert

RGB 205 83 29 -
CMYK 0 0.60 0.86 0.20
HSL 18.41º 0.75% 0.46% -
HSV(B) 18.41º 0.86% 0.8% -
XYZ 28.49 19.25 3.38 -
YUV 113.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 205 83 29 0 0.60 0.86 0.20 18.41 0.75 0.46
Hex CD 53 1D 0 3C 56 14 12 4B 2E
Octal 315 123 35 0 74 126 24 22 113 56
Binary 11001101 1010011 11101 0 111100 1010110 10100 10010 1001011 101110

Color Harmonies of #CD531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD531D

Black with #CD531D

Text Example


Text Example

White with #CD531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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