#C48561

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

Shades of Burning Sand #C48561

Tints of Burning Sand #C48561

Color information

#C48561 (or 0xC48561) is unknown color: approx Burning Sand. HEX triplet: C4, 85 and 61. RGB value is (196,133,97). Sum of RGB (Red+Green+Blue) = 196+133+97=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C48561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48561 is #3B7A9E. Grayscale: #939393. Windows color (decimal): -3898015 or 6391236. OLE color: 6391236.

HSL color Cylindrical-coordinate representation of color #C48561: hue angle of 21.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C48561 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19613397-
CMYK00.320.510.23
HSL21.82º45.62%57.45%-
HSV(B)21.82º50.51%76.86%-
XYZ33.3129.3715.22-
YUV147.7399.37162.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=46.01%
G=31.22%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961339700.320.510.2321.8245.6257.45
HexC485610203317162e39
Octal3042051410406327265671
Binary1100010010000101110000101000001100111011110110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48561; }

 p { color: rgb(196,133,97); }

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

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

 a { background-color: rgb(196,133,97); }

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

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

 span { border-color: rgb(196,133,97); }

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