#C4845F

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

Shades of Burning Sand #C4845F

Tints of Burning Sand #C4845F

Color information

#C4845F (or 0xC4845F) is unknown color: approx Burning Sand. HEX triplet: C4, 84 and 5F. RGB value is (196,132,95). Sum of RGB (Red+Green+Blue) = 196+132+95=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4845F is #3B7BA0. Grayscale: #939393. Windows color (decimal): -3898273 or 6259908. OLE color: 6259908.

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

Color convert

RGB19613295-
CMYK00.330.520.23
HSL21.98º46.12%57.06%-
HSV(B)21.98º51.53%76.86%-
XYZ33.0829.0614.69-
YUV146.9298.7163.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.34%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=46.34%
G=31.21%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961329500.330.520.2321.9846.1257.06
HexC4845F0213417162e39
Octal3042041370416427265671
Binary1100010010000100101111101000011101001011110110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4845F; }

 p { color: rgb(196,132,95); }

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

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

 a { background-color: rgb(196,132,95); }

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

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

 span { border-color: rgb(196,132,95); }

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