#5F453E

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

Shades of Very Dark Brown #5F453E

Tints of Very Dark Brown #5F453E

Color information

#5F453E (or 0x5F453E) is unknown color: approx Very Dark Brown. HEX triplet: 5F, 45 and 3E. RGB value is (95,69,62). Sum of RGB (Red+Green+Blue) = 95+69+62=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 95 - color contains mainly: red. Hex color #5F453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F453E is #A0BAC1. Grayscale: #4C4C4C. Windows color (decimal): -10533570 or 4080991. OLE color: 4080991.

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

Color convert

RGB956962-
CMYK00.270.350.63
HSL12.73º21.02%30.78%-
HSV(B)12.73º34.74%37.25%-
XYZ7.727.045.51-
YUV75.98120.11141.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.04%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 62 (24.61% from 255) = 27.43%
R=42.04%
G=30.53%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95696200.270.350.6312.7321.0230.78
Hex5F453E01B233Fd151f
Octal137105760334377152537
Binary1011111100010111111001101110001111111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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