#5D411B

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

Shades of Dark Brown #5D411B

Tints of Dark Brown #5D411B

Color information

#5D411B (or 0x5D411B) is unknown color: approx Dark Brown. HEX triplet: 5D, 41 and 1B. RGB value is (93,65,27). Sum of RGB (Red+Green+Blue) = 93+65+27=185 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50.27% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 93 - color contains mainly: red. Hex color #5D411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D411B is #A2BEE4. Grayscale: #454545. Windows color (decimal): -10665701 or 1786205. OLE color: 1786205.

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

Color convert

RGB936527-
CMYK00.300.710.64
HSL34.55º55%23.53%-
HSV(B)34.55º70.97%36.47%-
XYZ6.66.191.88-
YUV69.04104.28145.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 50.27%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=50.27%
G=35.14%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93652700.300.710.6434.555523.53
Hex5D411B01E4740233718
Octal13510133036107100436730
Binary10111011000001110110111101000111100000010001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,65,27); }

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

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

 a { background-color: rgb(93,65,27); }

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

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

 span { border-color: rgb(93,65,27); }

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