#5B403F

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

Shades of Woody Brown #5B403F

Tints of Woody Brown #5B403F

Color information

#5B403F (or 0x5B403F) is unknown color: approx Woody Brown. HEX triplet: 5B, 40 and 3F. RGB value is (91,64,63). Sum of RGB (Red+Green+Blue) = 91+64+63=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B403F is #A4BFC0. Grayscale: #474747. Windows color (decimal): -10796993 or 4145243. OLE color: 4145243.

HSL color Cylindrical-coordinate representation of color #5B403F: hue angle of 2.14º 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 #5B403F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB916463-
CMYK00.300.310.64
HSL2.14º18.18%30.2%-
HSV(B)2.14º30.77%35.69%-
XYZ7.046.255.54-
YUV71.96122.95141.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.74%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 63 (25% from 255) = 28.90%
R=41.74%
G=29.36%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91646300.300.310.642.1418.1830.2
Hex5B403F01E1F402121e
Octal133100770363710022236
Binary10110111000000111111011110111111000000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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