Html Css Color HEX #D75920 Chocolate

📋 copy color: '#D75920'

red 215 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #D75920

Tints of Chocolate #D75920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 63.99%
G = 26.49%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D75920 (or 0xD75920) is known color: Chocolate. HEX triplet: D7, 59 and 20. RGB value is (215,89,32). Sum of RGB (Red+Green+Blue) = 215+89+32=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D75920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75920 is #28A6DF. Grayscale: #787878. Windows color (decimal): -2664160 or 2120151. OLE color: 2120151.

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

Color convert

RGB 215 89 32 -
CMYK 0 0.59 0.85 0.16
HSL 18.69º 0.74% 0.48% -
HSV(B) 18.69º 0.85% 0.84% -
XYZ 31.86 21.7 3.88 -
YUV 120.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 215 89 32 0 0.59 0.85 0.16 18.69 0.74 0.48
Hex D7 59 20 0 3B 55 10 13 4A 30
Octal 327 131 40 0 73 125 20 23 112 60
Binary 11010111 1011001 100000 0 111011 1010101 10000 10011 1001010 110000

Color Harmonies of #D75920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75920

Black with #D75920

Text Example


Text Example

White with #D75920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75920; }

 p { color: rgb(215,89,32); }

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

background-color css

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

 a { background-color: rgb(215,89,32); }

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

border-color css

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

 span { border-color: rgb(215,89,32); }

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