Html Css Color HEX #CD5A1E Chocolate

📋 copy color: '#CD5A1E'

red 205 ◦ green 90 ◦ blue 30

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

Shades of Chocolate #CD5A1E

Tints of Chocolate #CD5A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 63.08%
G = 27.69%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD5A1E (or 0xCD5A1E) is known color: Chocolate. HEX triplet: CD, 5A and 1E. RGB value is (205,90,30). Sum of RGB (Red+Green+Blue) = 205+90+30=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5A1E is #32A5E1. Grayscale: #757575. Windows color (decimal): -3319266 or 1989325. OLE color: 1989325.

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

Color convert

RGB 205 90 30 -
CMYK 0 0.56 0.85 0.20
HSL 20.57º 0.74% 0.46% -
HSV(B) 20.57º 0.85% 0.8% -
XYZ 29.07 20.39 3.63 -
YUV 117.55 78.6 190.38 -
System Red Green Blue C M Y K H S L
Decimal 205 90 30 0 0.56 0.85 0.20 20.57 0.74 0.46
Hex CD 5A 1E 0 38 55 14 15 4A 2E
Octal 315 132 36 0 70 125 24 25 112 56
Binary 11001101 1011010 11110 0 111000 1010101 10100 10101 1001010 101110

Color Harmonies of #CD5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A1E

Black with #CD5A1E

Text Example


Text Example

White with #CD5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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