#C58365

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

Shades of Burning Sand #C58365

Tints of Burning Sand #C58365

Color information

#C58365 (or 0xC58365) is unknown color: approx Burning Sand. HEX triplet: C5, 83 and 65. RGB value is (197,131,101). Sum of RGB (Red+Green+Blue) = 197+131+101=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58365 is #3A7C9A. Grayscale: #939393. Windows color (decimal): -3832987 or 6652869. OLE color: 6652869.

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

Color convert

RGB197131101-
CMYK00.340.490.23
HSL18.75º45.28%58.43%-
HSV(B)18.75º48.73%77.25%-
XYZ33.4929.0416.15-
YUV147.31101.87163.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 101 (39.84% from 255) = 23.54%
R=45.92%
G=30.54%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713110100.340.490.2318.7545.2858.43
HexC583650223117132d3a
Octal3052031450426127235572
Binary1100010110000011110010101000101100011011110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58365; }

 p { color: rgb(197,131,101); }

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

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

 a { background-color: rgb(197,131,101); }

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

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

 span { border-color: rgb(197,131,101); }

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