#5B413F

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

Shades of Woody Brown #5B413F

Tints of Woody Brown #5B413F

Color information

#5B413F (or 0x5B413F) is unknown color: approx Woody Brown. HEX triplet: 5B, 41 and 3F. RGB value is (91,65,63). Sum of RGB (Red+Green+Blue) = 91+65+63=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B413F is #A4BEC0. Grayscale: #484848. Windows color (decimal): -10796737 or 4145499. OLE color: 4145499.

HSL color Cylindrical-coordinate representation of color #5B413F: hue angle of 4.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B413F is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB916563-
CMYK00.290.310.64
HSL4.29º18.18%30.2%-
HSV(B)4.29º30.77%35.69%-
XYZ7.16.365.56-
YUV72.55122.61141.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 63 (25% from 255) = 28.77%
R=41.55%
G=29.68%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91656300.290.310.644.2918.1830.2
Hex5B413F01D1F404121e
Octal133101770353710042236
Binary101101110000011111110111011111110000001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,65,63); }

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

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

 a { background-color: rgb(91,65,63); }

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

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

 span { border-color: rgb(91,65,63); }

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