#5B4426

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

Shades of Dark Brown #5B4426

Tints of Dark Brown #5B4426

Color information

#5B4426 (or 0x5B4426) is unknown color: approx Dark Brown. HEX triplet: 5B, 44 and 26. RGB value is (91,68,38). Sum of RGB (Red+Green+Blue) = 91+68+38=197 (26% of max value = 765). Red value is 91 (35.94% from 255 or 46.19% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4426 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4426 is #A4BBD9. Grayscale: #474747. Windows color (decimal): -10795994 or 2507867. OLE color: 2507867.

HSL color Cylindrical-coordinate representation of color #5B4426: hue angle of 33.96º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B4426 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB916838-
CMYK00.250.580.64
HSL33.96º41.09%25.29%-
HSV(B)33.96º58.24%35.69%-
XYZ6.736.52.73-
YUV71.46109.12141.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.19%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=46.19%
G=34.52%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91683800.250.580.6433.9641.0925.29
Hex5B44260193A40222919
Octal1331044603172100425131
Binary10110111000100100110011001111010100000010001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,38); }

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

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

 a { background-color: rgb(91,68,38); }

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

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

 span { border-color: rgb(91,68,38); }

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