#C48059

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

Shades of Burning Sand #C48059

Tints of Burning Sand #C48059

Color information

#C48059 (or 0xC48059) is unknown color: approx Burning Sand. HEX triplet: C4, 80 and 59. RGB value is (196,128,89). Sum of RGB (Red+Green+Blue) = 196+128+89=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48059 is #3B7FA6. Grayscale: #909090. Windows color (decimal): -3899303 or 5865668. OLE color: 5865668.

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

Color convert

RGB19612889-
CMYK00.350.550.23
HSL21.87º47.56%55.88%-
HSV(B)21.87º54.59%76.86%-
XYZ32.2927.913.13-
YUV143.8997.03165.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=47.46%
G=30.99%
B=21.55%

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
Decimal1961288900.350.550.2321.8747.5655.88
HexC480590233717163038
Octal3042001310436727266070
Binary1100010010000000101100101000111101111011110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48059; }

 p { color: rgb(196,128,89); }

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

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

 a { background-color: rgb(196,128,89); }

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

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

 span { border-color: rgb(196,128,89); }

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