#D7845C

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

Shades of Burning Sand #D7845C

Tints of Burning Sand #D7845C

Color information

#D7845C (or 0xD7845C) is unknown color: approx Burning Sand. HEX triplet: D7, 84 and 5C. RGB value is (215,132,92). Sum of RGB (Red+Green+Blue) = 215+132+92=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D7845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7845C is #287BA3. Grayscale: #989898. Windows color (decimal): -2653092 or 6063319. OLE color: 6063319.

HSL color Cylindrical-coordinate representation of color #D7845C: hue angle of 19.51º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7845C is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21513292-
CMYK00.390.570.16
HSL19.51º60.59%60.2%-
HSV(B)19.51º57.21%84.31%-
XYZ38.2131.7214.23-
YUV152.2694172.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.97%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=48.97%
G=30.07%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151329200.390.570.1619.5160.5960.2
HexD7845C0273910143d3c
Octal3272041340477120247574
Binary1101011110000100101110001001111110011000010100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7845C; }

 p { color: rgb(215,132,92); }

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

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

 a { background-color: rgb(215,132,92); }

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

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

 span { border-color: rgb(215,132,92); }

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