#5B4338

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

Shades of Very Dark Brown #5B4338

Tints of Very Dark Brown #5B4338

Color information

#5B4338 (or 0x5B4338) is unknown color: approx Very Dark Brown. HEX triplet: 5B, 43 and 38. RGB value is (91,67,56). Sum of RGB (Red+Green+Blue) = 91+67+56=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4338 is #A4BCC7. Grayscale: #484848. Windows color (decimal): -10796232 or 3687259. OLE color: 3687259.

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

Color convert

RGB916756-
CMYK00.260.380.64
HSL18.86º23.81%28.82%-
HSV(B)18.86º38.46%35.69%-
XYZ7.046.524.63-
YUV72.92118.45140.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.52%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=42.52%
G=31.31%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91675600.260.380.6418.8623.8128.82
Hex5B433801A264013181d
Octal1331037003246100233035
Binary101101110000111110000110101001101000000100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,67,56); }

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

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

 a { background-color: rgb(91,67,56); }

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

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

 span { border-color: rgb(91,67,56); }

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