#C58158

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

Shades of Burning Sand #C58158

Tints of Burning Sand #C58158

Color information

#C58158 (or 0xC58158) is unknown color: approx Burning Sand. HEX triplet: C5, 81 and 58. RGB value is (197,129,88). Sum of RGB (Red+Green+Blue) = 197+129+88=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C58158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58158 is #3A7EA7. Grayscale: #909090. Windows color (decimal): -3833512 or 5800389. OLE color: 5800389.

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

Color convert

RGB19712988-
CMYK00.350.550.23
HSL22.57º48.44%55.88%-
HSV(B)22.57º55.33%77.25%-
XYZ32.6428.2812.97-
YUV144.6696.03165.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=47.58%
G=31.16%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971298800.350.550.2322.5748.4455.88
HexC581580233717173038
Octal3052011300436727276070
Binary1100010110000001101100001000111101111011110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58158; }

 p { color: rgb(197,129,88); }

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

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

 a { background-color: rgb(197,129,88); }

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

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

 span { border-color: rgb(197,129,88); }

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