Html Css Color HEX #D85B1B Chocolate

📋 copy color: '#D85B1B'

red 216 ◦ green 91 ◦ blue 27

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

Shades of Chocolate #D85B1B

Tints of Chocolate #D85B1B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 64.67%
G = 27.25%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D85B1B (or 0xD85B1B) is known color: Chocolate. HEX triplet: D8, 5B and 1B. RGB value is (216,91,27). Sum of RGB (Red+Green+Blue) = 216+91+27=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B1B is #27A4E4. Grayscale: #797979. Windows color (decimal): -2598117 or 1792984. OLE color: 1792984.

HSL color Cylindrical-coordinate representation of color #D85B1B: hue angle of 20.32º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D85B1B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 91 27 -
CMYK 0 0.58 0.88 0.15
HSL 20.32º 0.78% 0.48% -
HSV(B) 20.32º 0.88% 0.85% -
XYZ 32.26 22.16 3.61 -
YUV 121.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 216 91 27 0 0.58 0.88 0.15 20.32 0.78 0.48
Hex D8 5B 1B 0 3A 58 F 14 4E 30
Octal 330 133 33 0 72 130 17 24 116 60
Binary 11011000 1011011 11011 0 111010 1011000 1111 10100 1001110 110000

Color Harmonies of #D85B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B1B

Black with #D85B1B

Text Example


Text Example

White with #D85B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B1B; }

 p { color: rgb(216,91,27); }

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

background-color css

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

 a { background-color: rgb(216,91,27); }

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

border-color css

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

 span { border-color: rgb(216,91,27); }

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