Html Css Color HEX #D75618 Chocolate

📋 copy color: '#D75618'

red 215 ◦ green 86 ◦ blue 24

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

Shades of Chocolate #D75618

Tints of Chocolate #D75618

RGB

 RED value IS 215 (84.38% from 255) = 66.15%

 GREEN value IS 86 (33.98% from 255) = 26.46%

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 66.15%
G = 26.46%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D75618 (or 0xD75618) is known color: Chocolate. HEX triplet: D7, 56 and 18. RGB value is (215,86,24). Sum of RGB (Red+Green+Blue) = 215+86+24=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D75618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75618 is #28A9E7. Grayscale: #757575. Windows color (decimal): -2664936 or 1595095. OLE color: 1595095.

HSL color Cylindrical-coordinate representation of color #D75618: hue angle of 19.48º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D75618 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 24 -
CMYK 0 0.6 0.89 0.16
HSL 19.48º 0.8% 0.47% -
HSV(B) 19.48º 0.89% 0.84% -
XYZ 31.52 21.17 3.29 -
YUV 117.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 215 86 24 0 0.6 0.89 0.16 19.48 0.8 0.47
Hex D7 56 18 0 3C 59 10 13 50 2F
Octal 327 126 30 0 74 131 20 23 120 57
Binary 11010111 1010110 11000 0 111100 1011001 10000 10011 1010000 101111

Color Harmonies of #D75618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75618

Black with #D75618

Text Example


Text Example

White with #D75618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75618; }

 p { color: rgb(215,86,24); }

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

background-color css

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

 a { background-color: rgb(215,86,24); }

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

border-color css

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

 span { border-color: rgb(215,86,24); }

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