#C48257

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

Shades of Burning Sand #C48257

Tints of Burning Sand #C48257

Color information

#C48257 (or 0xC48257) is unknown color: approx Burning Sand. HEX triplet: C4, 82 and 57. RGB value is (196,130,87). Sum of RGB (Red+Green+Blue) = 196+130+87=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48257 is #3B7DA8. Grayscale: #919191. Windows color (decimal): -3898793 or 5735108. OLE color: 5735108.

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

Color convert

RGB19613087-
CMYK00.340.560.23
HSL23.67º48.02%55.49%-
HSV(B)23.67º55.61%76.86%-
XYZ32.4728.3912.79-
YUV144.8395.37164.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 87 (34.38% from 255) = 21.07%
R=47.46%
G=31.48%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961308700.340.560.2323.6748.0255.49
HexC482570223817183037
Octal3042021270427027306067
Binary1100010010000010101011101000101110001011111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48257; }

 p { color: rgb(196,130,87); }

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

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

 a { background-color: rgb(196,130,87); }

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

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

 span { border-color: rgb(196,130,87); }

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