#C58057

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

Shades of Burning Sand #C58057

Tints of Burning Sand #C58057

Color information

#C58057 (or 0xC58057) is unknown color: approx Burning Sand. HEX triplet: C5, 80 and 57. RGB value is (197,128,87). Sum of RGB (Red+Green+Blue) = 197+128+87=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C58057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58057 is #3A7FA8. Grayscale: #909090. Windows color (decimal): -3833769 or 5734597. OLE color: 5734597.

HSL color Cylindrical-coordinate representation of color #C58057: hue angle of 22.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C58057 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19712887-
CMYK00.350.560.23
HSL22.36º48.67%55.69%-
HSV(B)22.36º55.84%77.25%-
XYZ32.472812.71-
YUV143.9695.86165.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 87 (34.38% from 255) = 21.12%
R=47.82%
G=31.07%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971288700.350.560.2322.3648.6755.69
HexC580570233817163138
Octal3052001270437027266170
Binary1100010110000000101011101000111110001011110110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58057; }

 p { color: rgb(197,128,87); }

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

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

 a { background-color: rgb(197,128,87); }

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

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

 span { border-color: rgb(197,128,87); }

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