#D5845A

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

Shades of Burning Sand #D5845A

Tints of Burning Sand #D5845A

Color information

#D5845A (or 0xD5845A) is unknown color: approx Burning Sand. HEX triplet: D5, 84 and 5A. RGB value is (213,132,90). Sum of RGB (Red+Green+Blue) = 213+132+90=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5845A is #2A7BA5. Grayscale: #979797. Windows color (decimal): -2784166 or 5932245. OLE color: 5932245.

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

Color convert

RGB21313290-
CMYK00.380.580.16
HSL20.49º59.42%59.41%-
HSV(B)20.49º57.75%83.53%-
XYZ37.5431.3913.75-
YUV151.4393.34171.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=48.97%
G=30.34%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131329000.380.580.1620.4959.4259.41
HexD5845A0263A10143b3b
Octal3252041320467220247373
Binary1101010110000100101101001001101110101000010100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5845A; }

 p { color: rgb(213,132,90); }

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

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

 a { background-color: rgb(213,132,90); }

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

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

 span { border-color: rgb(213,132,90); }

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