#C58561

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

Shades of Burning Sand #C58561

Tints of Burning Sand #C58561

Color information

#C58561 (or 0xC58561) is unknown color: approx Burning Sand. HEX triplet: C5, 85 and 61. RGB value is (197,133,97). Sum of RGB (Red+Green+Blue) = 197+133+97=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C58561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58561 is #3A7A9E. Grayscale: #949494. Windows color (decimal): -3832479 or 6391237. OLE color: 6391237.

HSL color Cylindrical-coordinate representation of color #C58561: hue angle of 21.6º 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 #C58561 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19713397-
CMYK00.320.510.23
HSL21.6º46.3%57.65%-
HSV(B)21.6º50.76%77.25%-
XYZ33.5729.5115.24-
YUV148.0399.2162.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=46.14%
G=31.15%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971339700.320.510.2321.646.357.65
HexC585610203317162e3a
Octal3052051410406327265672
Binary1100010110000101110000101000001100111011110110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58561; }

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

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

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

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

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

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

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

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