Html Css Color HEX #CD531E Chocolate

📋 copy color: '#CD531E'

red 205 ◦ green 83 ◦ blue 30

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

Shades of Chocolate #CD531E

Tints of Chocolate #CD531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 64.47%
G = 26.1%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD531E (or 0xCD531E) is known color: Chocolate. HEX triplet: CD, 53 and 1E. RGB value is (205,83,30). Sum of RGB (Red+Green+Blue) = 205+83+30=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD531E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD531E is #32ACE1. Grayscale: #717171. Windows color (decimal): -3321058 or 1987533. OLE color: 1987533.

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

Color convert

RGB 205 83 30 -
CMYK 0 0.60 0.85 0.20
HSL 18.17º 0.74% 0.46% -
HSV(B) 18.17º 0.85% 0.8% -
XYZ 28.5 19.26 3.44 -
YUV 113.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 205 83 30 0 0.60 0.85 0.20 18.17 0.74 0.46
Hex CD 53 1E 0 3C 55 14 12 4A 2E
Octal 315 123 36 0 74 125 24 22 112 56
Binary 11001101 1010011 11110 0 111100 1010101 10100 10010 1001010 101110

Color Harmonies of #CD531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD531E

Black with #CD531E

Text Example


Text Example

White with #CD531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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