Html Css Color HEX #D87413 Chocolate

📋 copy color: '#D87413'

red 216 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #D87413

Tints of Chocolate #D87413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 19 (7.81% from 255) = 5.41%

R = 61.54%
G = 33.05%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D87413 (or 0xD87413) is known color: Chocolate. HEX triplet: D8, 74 and 13. RGB value is (216,116,19). Sum of RGB (Red+Green+Blue) = 216+116+19=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D87413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D87413 is #278BEC. Grayscale: #878787. Windows color (decimal): -2591725 or 1275096. OLE color: 1275096.

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

Color convert

RGB 216 116 19 -
CMYK 0 0.46 0.91 0.15
HSL 29.54º 0.84% 0.46% -
HSV(B) 29.54º 0.91% 0.85% -
XYZ 34.68 27.14 4.03 -
YUV 134.84 62.63 185.89 -
System Red Green Blue C M Y K H S L
Decimal 216 116 19 0 0.46 0.91 0.15 29.54 0.84 0.46
Hex D8 74 13 0 2E 5B F 1E 54 2E
Octal 330 164 23 0 56 133 17 36 124 56
Binary 11011000 1110100 10011 0 101110 1011011 1111 11110 1010100 101110

Color Harmonies of #D87413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87413

Black with #D87413

Text Example


Text Example

White with #D87413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87413; }

 p { color: rgb(216,116,19); }

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

background-color css

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

 a { background-color: rgb(216,116,19); }

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

border-color css

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

 span { border-color: rgb(216,116,19); }

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