#C47F5E

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

Shades of Burning Sand #C47F5E

Tints of Burning Sand #C47F5E

Color information

#C47F5E (or 0xC47F5E) is unknown color: approx Burning Sand. HEX triplet: C4, 7F and 5E. RGB value is (196,127,94). Sum of RGB (Red+Green+Blue) = 196+127+94=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F5E is #3B80A1. Grayscale: #909090. Windows color (decimal): -3899554 or 6193092. OLE color: 6193092.

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

Color convert

RGB19612794-
CMYK00.350.520.23
HSL19.41º46.36%56.86%-
HSV(B)19.41º52.04%76.86%-
XYZ32.3727.7214.23-
YUV143.8799.86165.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 127 (50% from 255) = 30.46%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=47.00%
G=30.46%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961279400.350.520.2319.4146.3656.86
HexC47F5E0233417132e39
Octal3041771360436427235671
Binary110001001111111101111001000111101001011110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F5E; }

 p { color: rgb(196,127,94); }

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

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

 a { background-color: rgb(196,127,94); }

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

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

 span { border-color: rgb(196,127,94); }

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