Html Css Color HEX #CD551D Chocolate

📋 copy color: '#CD551D'

red 205 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #CD551D

Tints of Chocolate #CD551D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 64.26%
G = 26.65%
B = 9.09%

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

#CD551D (or 0xCD551D) is known color: Chocolate. HEX triplet: CD, 55 and 1D. RGB value is (205,85,29). Sum of RGB (Red+Green+Blue) = 205+85+29=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD551D is #32AAE2. Grayscale: #727272. Windows color (decimal): -3320547 or 1922509. OLE color: 1922509.

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

Color convert

RGB 205 85 29 -
CMYK 0 0.59 0.86 0.20
HSL 19.09º 0.75% 0.46% -
HSV(B) 19.09º 0.86% 0.8% -
XYZ 28.65 19.56 3.43 -
YUV 114.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 205 85 29 0 0.59 0.86 0.20 19.09 0.75 0.46
Hex CD 55 1D 0 3B 56 14 13 4B 2E
Octal 315 125 35 0 73 126 24 23 113 56
Binary 11001101 1010101 11101 0 111011 1010110 10100 10011 1001011 101110

Color Harmonies of #CD551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD551D

Black with #CD551D

Text Example


Text Example

White with #CD551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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