Html Css Color HEX #D75818 Chocolate

📋 copy color: '#D75818'

red 215 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #D75818

Tints of Chocolate #D75818

RGB

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

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

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

R = 65.75%
G = 26.91%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D75818 (or 0xD75818) is known color: Chocolate. HEX triplet: D7, 58 and 18. RGB value is (215,88,24). Sum of RGB (Red+Green+Blue) = 215+88+24=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D75818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75818 is #28A7E7. Grayscale: #777777. Windows color (decimal): -2664424 or 1595607. OLE color: 1595607.

HSL color Cylindrical-coordinate representation of color #D75818: hue angle of 20.1º 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 #D75818 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 88 24 -
CMYK 0 0.59 0.89 0.16
HSL 20.1º 0.8% 0.47% -
HSV(B) 20.1º 0.89% 0.84% -
XYZ 31.68 21.49 3.34 -
YUV 118.68 74.58 196.7 -
System Red Green Blue C M Y K H S L
Decimal 215 88 24 0 0.59 0.89 0.16 20.1 0.8 0.47
Hex D7 58 18 0 3B 59 10 14 50 2F
Octal 327 130 30 0 73 131 20 24 120 57
Binary 11010111 1011000 11000 0 111011 1011001 10000 10100 1010000 101111

Color Harmonies of #D75818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75818

Black with #D75818

Text Example


Text Example

White with #D75818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75818; }

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

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

background-color css

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

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

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

border-color css

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

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

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