Html Css Color HEX #D75A1F Chocolate

📋 copy color: '#D75A1F'

red 215 ◦ green 90 ◦ blue 31

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

Shades of Chocolate #D75A1F

Tints of Chocolate #D75A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 63.99%
G = 26.79%
B = 9.23%

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

#D75A1F (or 0xD75A1F) is known color: Chocolate. HEX triplet: D7, 5A and 1F. RGB value is (215,90,31). Sum of RGB (Red+Green+Blue) = 215+90+31=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A1F is #28A5E0. Grayscale: #797979. Windows color (decimal): -2663905 or 2054871. OLE color: 2054871.

HSL color Cylindrical-coordinate representation of color #D75A1F: hue angle of 19.24º degrees, saturation: 0.75, 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 #D75A1F is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 31 -
CMYK 0 0.58 0.86 0.16
HSL 19.24º 0.75% 0.48% -
HSV(B) 19.24º 0.86% 0.84% -
XYZ 31.93 21.86 3.83 -
YUV 120.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 215 90 31 0 0.58 0.86 0.16 19.24 0.75 0.48
Hex D7 5A 1F 0 3A 56 10 13 4B 30
Octal 327 132 37 0 72 126 20 23 113 60
Binary 11010111 1011010 11111 0 111010 1010110 10000 10011 1001011 110000

Color Harmonies of #D75A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A1F

Black with #D75A1F

Text Example


Text Example

White with #D75A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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