#C3865F

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

Shades of Burning Sand #C3865F

Tints of Burning Sand #C3865F

Color information

#C3865F (or 0xC3865F) is unknown color: approx Burning Sand. HEX triplet: C3, 86 and 5F. RGB value is (195,134,95). Sum of RGB (Red+Green+Blue) = 195+134+95=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C3865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3865F is #3C79A0. Grayscale: #949494. Windows color (decimal): -3963297 or 6260419. OLE color: 6260419.

HSL color Cylindrical-coordinate representation of color #C3865F: hue angle of 23.4º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3865F is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19513495-
CMYK00.310.510.24
HSL23.4º45.45%56.86%-
HSV(B)23.4º51.28%76.47%-
XYZ33.129.4814.77-
YUV147.7998.21161.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=45.99%
G=31.60%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951349500.310.510.2423.445.4556.86
HexC3865F01F3318172d39
Octal3032061370376330275571
Binary110000111000011010111110111111100111100010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3865F; }

 p { color: rgb(195,134,95); }

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

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

 a { background-color: rgb(195,134,95); }

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

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

 span { border-color: rgb(195,134,95); }

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