#c48359

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

Shades of Burning Sand #C48359

Tints of Burning Sand #C48359

Color information

#C48359 (or 0xC48359) is unknown color: approx Burning Sand. HEX triplet: C4, 83 and 59. RGB value is (196,131,89). Sum of RGB (Red+Green+Blue) = 196+131+89=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C48359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48359 is #3B7CA6. Grayscale: #919191. Windows color (decimal): -3898535 or 5866436. OLE color: 5866436.

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

Color convert

RGB19613189-
CMYK00.330.550.23
HSL23.55º47.56%55.88%-
HSV(B)23.55º54.59%76.86%-
XYZ32.6828.6913.27-
YUV145.6596.03163.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=47.12%
G=31.49%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961318900.330.550.2323.5547.5655.88
HexC483590213717183038
Octal3042031310416727306070
Binary1100010010000011101100101000011101111011111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48359; }

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

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

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

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

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

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

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

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