#5B3E2E

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

Shades of Very Dark Brown #5B3E2E

Tints of Very Dark Brown #5B3E2E

Color information

#5B3E2E (or 0x5B3E2E) is unknown color: approx Very Dark Brown. HEX triplet: 5B, 3E and 2E. RGB value is (91,62,46). Sum of RGB (Red+Green+Blue) = 91+62+46=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E2E is #A4C1D1. Grayscale: #444444. Windows color (decimal): -10797522 or 3030619. OLE color: 3030619.

HSL color Cylindrical-coordinate representation of color #5B3E2E: hue angle of 21.33º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B3E2E is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB916246-
CMYK00.320.490.64
HSL21.33º32.85%26.86%-
HSV(B)21.33º49.45%35.69%-
XYZ6.535.873.37-
YUV68.85115.11143.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=45.73%
G=31.16%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91624600.320.490.6421.3332.8526.86
Hex5B3E2E020314015211b
Octal133765604061100254133
Binary1011011111110101110010000011000110000001010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,62,46); }

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

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

 a { background-color: rgb(91,62,46); }

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

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

 span { border-color: rgb(91,62,46); }

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