#5F451E

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

Shades of Dark Brown #5F451E

Tints of Dark Brown #5F451E

Color information

#5F451E (or 0x5F451E) is unknown color: approx Dark Brown. HEX triplet: 5F, 45 and 1E. RGB value is (95,69,30). Sum of RGB (Red+Green+Blue) = 95+69+30=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F451E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F451E is #A0BAE1. Grayscale: #484848. Windows color (decimal): -10533602 or 1983839. OLE color: 1983839.

HSL color Cylindrical-coordinate representation of color #5F451E: hue angle of 36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F451E is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.63.

Color convert

RGB956930-
CMYK00.270.680.63
HSL36º52%24.51%-
HSV(B)36º68.42%37.25%-
XYZ7.086.782.16-
YUV72.33104.11144.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.97%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=48.97%
G=35.57%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95693000.270.680.63365224.51
Hex5F451E01B443F243419
Octal1371053603310477446431
Binary1011111100010111110011011100010011111110010011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,69,30); }

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

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

 a { background-color: rgb(95,69,30); }

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

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

 span { border-color: rgb(95,69,30); }

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