#C47B5E

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

Shades of Burning Sand #C47B5E

Tints of Burning Sand #C47B5E

Color information

#C47B5E (or 0xC47B5E) is unknown color: approx Burning Sand. HEX triplet: C4, 7B and 5E. RGB value is (196,123,94). Sum of RGB (Red+Green+Blue) = 196+123+94=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B5E is #3B84A1. Grayscale: #8D8D8D. Windows color (decimal): -3900578 or 6192068. OLE color: 6192068.

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

Color convert

RGB19612394-
CMYK00.370.520.23
HSL17.06º46.36%56.86%-
HSV(B)17.06º52.04%76.86%-
XYZ31.8726.7114.07-
YUV141.52101.18166.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.46%
GREEN value IS 123 (48.44% from 255) = 29.78%
BLUE value IS 94 (37.11% from 255) = 22.76%
R=47.46%
G=29.78%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961239400.370.520.2317.0646.3656.86
HexC47B5E0253417112e39
Octal3041731360456427215671
Binary110001001111011101111001001011101001011110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B5E; }

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

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

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

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

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

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

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

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