#D3845F

Color #D3845F Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D3845F

Tints of Burning Sand #D3845F

Color information

#D3845F (or 0xD3845F) is unknown color: approx Burning Sand. HEX triplet: D3, 84 and 5F. RGB value is (211,132,95). Sum of RGB (Red+Green+Blue) = 211+132+95=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3845F is #2C7BA0. Grayscale: #979797. Windows color (decimal): -2915233 or 6259923. OLE color: 6259923.

HSL color Cylindrical-coordinate representation of color #D3845F: hue angle of 19.14º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3845F is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21113295-
CMYK00.370.550.17
HSL19.14º56.86%60%-
HSV(B)19.14º54.98%82.75%-
XYZ37.1831.1814.88-
YUV151.496.17170.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.17%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 95 (37.5% from 255) = 21.69%
R=48.17%
G=30.14%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111329500.370.550.1719.1456.8660
HexD3845F025371113393c
Octal3232041370456721237174
Binary1101001110000100101111101001011101111000110011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3845F; }

 p { color: rgb(211,132,95); }

 H1.HeaderClassName
 {
   color: #D3845F;
 }
 .AnyTagClassName
 {
   color: #D3845F;
 }
</style>
background-color css

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

 a { background-color: rgb(211,132,95); }

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

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

 span { border-color: rgb(211,132,95); }

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