Html Css Color HEX #D75A1E Chocolate

📋 copy color: '#D75A1E'

red 215 ◦ green 90 ◦ blue 30

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

Shades of Chocolate #D75A1E

Tints of Chocolate #D75A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 64.18%
G = 26.87%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D75A1E (or 0xD75A1E) is known color: Chocolate. HEX triplet: D7, 5A and 1E. RGB value is (215,90,30). Sum of RGB (Red+Green+Blue) = 215+90+30=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A1E is #28A5E1. Grayscale: #787878. Windows color (decimal): -2663906 or 1989335. OLE color: 1989335.

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

Color convert

RGB 215 90 30 -
CMYK 0 0.58 0.86 0.16
HSL 19.46º 0.76% 0.48% -
HSV(B) 19.46º 0.86% 0.84% -
XYZ 31.91 21.85 3.76 -
YUV 120.54 76.91 195.38 -
System Red Green Blue C M Y K H S L
Decimal 215 90 30 0 0.58 0.86 0.16 19.46 0.76 0.48
Hex D7 5A 1E 0 3A 56 10 13 4C 30
Octal 327 132 36 0 72 126 20 23 114 60
Binary 11010111 1011010 11110 0 111010 1010110 10000 10011 1001100 110000

Color Harmonies of #D75A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A1E

Black with #D75A1E

Text Example


Text Example

White with #D75A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A1E; }

 p { color: rgb(215,90,30); }

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

background-color css

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

 a { background-color: rgb(215,90,30); }

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

border-color css

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

 span { border-color: rgb(215,90,30); }

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