Html Css Color HEX #CD5E1C Chocolate

📋 copy color: '#CD5E1C'

red 205 ◦ green 94 ◦ blue 28

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

Shades of Chocolate #CD5E1C

Tints of Chocolate #CD5E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.75%

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 62.69%
G = 28.75%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD5E1C (or 0xCD5E1C) is known color: Chocolate. HEX triplet: CD, 5E and 1C. RGB value is (205,94,28). Sum of RGB (Red+Green+Blue) = 205+94+28=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E1C is #32A1E3. Grayscale: #787878. Windows color (decimal): -3318244 or 1859277. OLE color: 1859277.

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

Color convert

RGB 205 94 28 -
CMYK 0 0.54 0.86 0.20
HSL 22.37º 0.76% 0.46% -
HSV(B) 22.37º 0.86% 0.8% -
XYZ 29.39 21.07 3.62 -
YUV 119.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 205 94 28 0 0.54 0.86 0.20 22.37 0.76 0.46
Hex CD 5E 1C 0 36 56 14 16 4C 2E
Octal 315 136 34 0 66 126 24 26 114 56
Binary 11001101 1011110 11100 0 110110 1010110 10100 10110 1001100 101110

Color Harmonies of #CD5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5E1C

Black with #CD5E1C

Text Example


Text Example

White with #CD5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5E1C; }

 p { color: rgb(205,94,28); }

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

background-color css

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

 a { background-color: rgb(205,94,28); }

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

border-color css

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

 span { border-color: rgb(205,94,28); }

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