#CD845A

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

Shades of Burning Sand #CD845A

Tints of Burning Sand #CD845A

Color information

#CD845A (or 0xCD845A) is unknown color: approx Burning Sand. HEX triplet: CD, 84 and 5A. RGB value is (205,132,90). Sum of RGB (Red+Green+Blue) = 205+132+90=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD845A is #327BA5. Grayscale: #959595. Windows color (decimal): -3308454 or 5932237. OLE color: 5932237.

HSL color Cylindrical-coordinate representation of color #CD845A: hue angle of 21.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD845A is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20513290-
CMYK00.360.560.20
HSL21.91º53.49%57.84%-
HSV(B)21.91º56.1%80.39%-
XYZ35.2730.2213.65-
YUV149.0494.68167.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.01%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=48.01%
G=30.91%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051329000.360.560.2021.9153.4957.84
HexCD845A024381416353a
Octal3152041320447024266572
Binary1100110110000100101101001001001110001010010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD845A; }

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

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

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

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

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

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

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

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