#5B4038

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

Shades of Very Dark Brown #5B4038

Tints of Very Dark Brown #5B4038

Color information

#5B4038 (or 0x5B4038) is unknown color: approx Very Dark Brown. HEX triplet: 5B, 40 and 38. RGB value is (91,64,56). Sum of RGB (Red+Green+Blue) = 91+64+56=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4038 is #A4BFC7. Grayscale: #474747. Windows color (decimal): -10797000 or 3686491. OLE color: 3686491.

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

Color convert

RGB916456-
CMYK00.300.380.64
HSL13.71º23.81%28.82%-
HSV(B)13.71º38.46%35.69%-
XYZ6.866.184.57-
YUV71.16119.45142.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.13%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=43.13%
G=30.33%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91645600.300.380.6413.7123.8128.82
Hex5B403801E2640e181d
Octal1331007003646100163035
Binary10110111000000111000011110100110100000011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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