Html Css Color HEX #D85820 Chocolate

📋 copy color: '#D85820'

red 216 ◦ green 88 ◦ blue 32

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

Shades of Chocolate #D85820

Tints of Chocolate #D85820

RGB

 RED value IS 216 (84.77% from 255) = 64.29%

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

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

R = 64.29%
G = 26.19%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D85820 (or 0xD85820) is known color: Chocolate. HEX triplet: D8, 58 and 20. RGB value is (216,88,32). Sum of RGB (Red+Green+Blue) = 216+88+32=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D85820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85820 is #27A7DF. Grayscale: #787878. Windows color (decimal): -2598880 or 2119896. OLE color: 2119896.

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

Color convert

RGB 216 88 32 -
CMYK 0 0.59 0.85 0.15
HSL 18.26º 0.74% 0.49% -
HSV(B) 18.26º 0.85% 0.85% -
XYZ 32.07 21.68 3.86 -
YUV 119.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 216 88 32 0 0.59 0.85 0.15 18.26 0.74 0.49
Hex D8 58 20 0 3B 55 F 12 4A 31
Octal 330 130 40 0 73 125 17 22 112 61
Binary 11011000 1011000 100000 0 111011 1010101 1111 10010 1001010 110001

Color Harmonies of #D85820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85820

Black with #D85820

Text Example


Text Example

White with #D85820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85820; }

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

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

background-color css

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

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

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

border-color css

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

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

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