#C48158

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

Shades of Burning Sand #C48158

Tints of Burning Sand #C48158

Color information

#C48158 (or 0xC48158) is unknown color: approx Burning Sand. HEX triplet: C4, 81 and 58. RGB value is (196,129,88). Sum of RGB (Red+Green+Blue) = 196+129+88=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C48158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48158 is #3B7EA7. Grayscale: #909090. Windows color (decimal): -3899048 or 5800388. OLE color: 5800388.

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

Color convert

RGB19612988-
CMYK00.340.550.23
HSL22.78º47.79%55.69%-
HSV(B)22.78º55.1%76.86%-
XYZ32.3828.1412.96-
YUV144.3696.2164.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 88 (34.77% from 255) = 21.31%
R=47.46%
G=31.23%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961298800.340.550.2322.7847.7955.69
HexC481580223717173038
Octal3042011300426727276070
Binary1100010010000001101100001000101101111011110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48158; }

 p { color: rgb(196,129,88); }

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

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

 a { background-color: rgb(196,129,88); }

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

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

 span { border-color: rgb(196,129,88); }

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