Html Css Color HEX #D55820 Chocolate

📋 copy color: '#D55820'

red 213 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #D55820

Tints of Chocolate #D55820

RGB

 RED value IS 213 (83.59% from 255) = 63.96%

 GREEN value IS 88 (34.77% from 255) = 26.43%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 63.96%
G = 26.43%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D55820 (or 0xD55820) is known color: Chocolate. HEX triplet: D5, 58 and 20. RGB value is (213,88,32). Sum of RGB (Red+Green+Blue) = 213+88+32=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D55820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55820 is #2AA7DF. Grayscale: #777777. Windows color (decimal): -2795488 or 2119893. OLE color: 2119893.

HSL color Cylindrical-coordinate representation of color #D55820: hue angle of 18.56º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D55820 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 32 -
CMYK 0 0.59 0.85 0.16
HSL 18.56º 0.74% 0.48% -
HSV(B) 18.56º 0.85% 0.84% -
XYZ 31.19 21.23 3.82 -
YUV 118.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 213 88 32 0 0.59 0.85 0.16 18.56 0.74 0.48
Hex D5 58 20 0 3B 55 10 13 4A 30
Octal 325 130 40 0 73 125 20 23 112 60
Binary 11010101 1011000 100000 0 111011 1010101 10000 10011 1001010 110000

Color Harmonies of #D55820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55820

Black with #D55820

Text Example


Text Example

White with #D55820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55820; }

 p { color: rgb(213,88,32); }

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

background-color css

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

 a { background-color: rgb(213,88,32); }

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

border-color css

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

 span { border-color: rgb(213,88,32); }

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