#C58461

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

Shades of Burning Sand #C58461

Tints of Burning Sand #C58461

Color information

#C58461 (or 0xC58461) is unknown color: approx Burning Sand. HEX triplet: C5, 84 and 61. RGB value is (197,132,97). Sum of RGB (Red+Green+Blue) = 197+132+97=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C58461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58461 is #3A7B9E. Grayscale: #939393. Windows color (decimal): -3832735 or 6390981. OLE color: 6390981.

HSL color Cylindrical-coordinate representation of color #C58461: hue angle of 21º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58461 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19713297-
CMYK00.330.510.23
HSL21º46.3%57.65%-
HSV(B)21º50.76%77.25%-
XYZ33.4329.2415.19-
YUV147.4499.53163.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 132 (51.95% from 255) = 30.99%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=46.24%
G=30.99%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971329700.330.510.232146.357.65
HexC584610213317152e3a
Octal3052041410416327255672
Binary1100010110000100110000101000011100111011110101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58461; }

 p { color: rgb(197,132,97); }

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

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

 a { background-color: rgb(197,132,97); }

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

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

 span { border-color: rgb(197,132,97); }

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