#C47D57

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

Shades of Burning Sand #C47D57

Tints of Burning Sand #C47D57

Color information

#C47D57 (or 0xC47D57) is unknown color: approx Burning Sand. HEX triplet: C4, 7D and 57. RGB value is (196,125,87). Sum of RGB (Red+Green+Blue) = 196+125+87=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D57 is #3B82A8. Grayscale: #8E8E8E. Windows color (decimal): -3900073 or 5733828. OLE color: 5733828.

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

Color convert

RGB19612587-
CMYK00.360.560.23
HSL20.92º48.02%55.49%-
HSV(B)20.92º55.61%76.86%-
XYZ31.8227.0912.57-
YUV141.997.02166.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=48.04%
G=30.64%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961258700.360.560.2320.9248.0255.49
HexC47D570243817153037
Octal3041751270447027256067
Binary110001001111101101011101001001110001011110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D57; }

 p { color: rgb(196,125,87); }

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

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

 a { background-color: rgb(196,125,87); }

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

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

 span { border-color: rgb(196,125,87); }

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