#C48761

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

Shades of Burning Sand #C48761

Tints of Burning Sand #C48761

Color information

#C48761 (or 0xC48761) is unknown color: approx Burning Sand. HEX triplet: C4, 87 and 61. RGB value is (196,135,97). Sum of RGB (Red+Green+Blue) = 196+135+97=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C48761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48761 is #3B789E. Grayscale: #959595. Windows color (decimal): -3897503 or 6391748. OLE color: 6391748.

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

Color convert

RGB19613597-
CMYK00.310.510.23
HSL23.03º45.62%57.45%-
HSV(B)23.03º50.51%76.86%-
XYZ33.5929.9315.32-
YUV148.9198.71161.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=45.79%
G=31.54%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961359700.310.510.2323.0345.6257.45
HexC4876101F3317172e39
Octal3042071410376327275671
Binary110001001000011111000010111111100111011110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48761; }

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

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

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

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

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

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

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

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