#474140

Color #474140 Crater Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crater Brown #474140

Tints of Crater Brown #474140

Color information

#474140 (or 0x474140) is unknown color: approx Crater Brown. HEX triplet: 47, 41 and 40. RGB value is (71,65,64). Sum of RGB (Red+Green+Blue) = 71+65+64=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 71 - color contains mainly: red. Hex color #474140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474140 is #B8BEBF. Grayscale: #424242. Windows color (decimal): -12107456 or 4211015. OLE color: 4211015.

HSL color Cylindrical-coordinate representation of color #474140: hue angle of 8.57º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474140 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB716564-
CMYK00.080.100.72
HSL8.57º5.19%26.47%-
HSV(B)8.57º9.86%27.84%-
XYZ5.415.495.62-
YUV66.68126.49131.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=35.5%
G=32.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71656400.080.100.728.575.1926.47
Hex47414008A48951a
Octal1071011000101211011532
Binary1000111100000110000000100010101001000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474140; }

 p { color: rgb(71,65,64); }

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

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

 a { background-color: rgb(71,65,64); }

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

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

 span { border-color: rgb(71,65,64); }

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