#CD8457

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

Shades of Burning Sand #CD8457

Tints of Burning Sand #CD8457

Color information

#CD8457 (or 0xCD8457) is unknown color: approx Burning Sand. HEX triplet: CD, 84 and 57. RGB value is (205,132,87). Sum of RGB (Red+Green+Blue) = 205+132+87=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8457 is #327BA8. Grayscale: #949494. Windows color (decimal): -3308457 or 5735629. OLE color: 5735629.

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

Color convert

RGB20513287-
CMYK00.360.580.20
HSL22.88º54.13%57.25%-
HSV(B)22.88º57.56%80.39%-
XYZ35.1530.1712.99-
YUV148.793.18168.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 87 (34.38% from 255) = 20.52%
R=48.35%
G=31.13%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051328700.360.580.2022.8854.1357.25
HexCD84570243A14173639
Octal3152041270447224276671
Binary1100110110000100101011101001001110101010010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8457; }

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

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

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

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

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

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

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

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