#5B4019

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

Shades of Dark Brown #5B4019

Tints of Dark Brown #5B4019

Color information

#5B4019 (or 0x5B4019) is unknown color: approx Dark Brown. HEX triplet: 5B, 40 and 19. RGB value is (91,64,25). Sum of RGB (Red+Green+Blue) = 91+64+25=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4019 is #A4BFE6. Grayscale: #434343. Windows color (decimal): -10797031 or 1654875. OLE color: 1654875.

HSL color Cylindrical-coordinate representation of color #5B4019: hue angle of 35.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B4019 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB916425-
CMYK00.300.730.64
HSL35.45º56.9%22.75%-
HSV(B)35.45º72.53%35.69%-
XYZ6.325.961.74-
YUV67.63103.95144.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 50.56%
GREEN value IS 64 (25.39% from 255) = 35.56%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=50.56%
G=35.56%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91642500.300.730.6435.4556.922.75
Hex5B401901E4940233917
Octal13310031036111100437127
Binary10110111000000110010111101001001100000010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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