#5F461D

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

Shades of Dark Brown #5F461D

Tints of Dark Brown #5F461D

Color information

#5F461D (or 0x5F461D) is unknown color: approx Dark Brown. HEX triplet: 5F, 46 and 1D. RGB value is (95,70,29). Sum of RGB (Red+Green+Blue) = 95+70+29=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F461D is #A0B9E2. Grayscale: #484848. Windows color (decimal): -10533347 or 1918559. OLE color: 1918559.

HSL color Cylindrical-coordinate representation of color #5F461D: hue angle of 37.27º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F461D is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB957029-
CMYK00.260.690.63
HSL37.27º53.23%24.31%-
HSV(B)37.27º69.47%37.25%-
XYZ7.136.92.12-
YUV72.8103.28143.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.97%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=48.97%
G=36.08%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95702900.260.690.6337.2753.2324.31
Hex5F461D01A453F253518
Octal1371063503210577456530
Binary1011111100011011101011010100010111111110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F461D; }

 p { color: rgb(95,70,29); }

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

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

 a { background-color: rgb(95,70,29); }

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

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

 span { border-color: rgb(95,70,29); }

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