#C4865C

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

Shades of Burning Sand #C4865C

Tints of Burning Sand #C4865C

Color information

#C4865C (or 0xC4865C) is unknown color: approx Burning Sand. HEX triplet: C4, 86 and 5C. RGB value is (196,134,92). Sum of RGB (Red+Green+Blue) = 196+134+92=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4865C is #3B79A3. Grayscale: #939393. Windows color (decimal): -3897764 or 6063812. OLE color: 6063812.

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

Color convert

RGB19613492-
CMYK00.320.530.23
HSL24.23º46.85%56.47%-
HSV(B)24.23º53.06%76.86%-
XYZ33.2229.5614.08-
YUV147.7596.54162.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.45%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=46.45%
G=31.75%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961349200.320.530.2324.2346.8556.47
HexC4865C0203517182f38
Octal3042061340406527305770
Binary1100010010000110101110001000001101011011111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4865C; }

 p { color: rgb(196,134,92); }

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

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

 a { background-color: rgb(196,134,92); }

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

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

 span { border-color: rgb(196,134,92); }

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