#5D441B

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

Shades of Dark Brown #5D441B

Tints of Dark Brown #5D441B

Color information

#5D441B (or 0x5D441B) is unknown color: approx Dark Brown. HEX triplet: 5D, 44 and 1B. RGB value is (93,68,27). Sum of RGB (Red+Green+Blue) = 93+68+27=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D441B is #A2BBE4. Grayscale: #464646. Windows color (decimal): -10664933 or 1786973. OLE color: 1786973.

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

Color convert

RGB936827-
CMYK00.270.710.64
HSL37.27º55%23.53%-
HSV(B)37.27º70.97%36.47%-
XYZ6.786.541.94-
YUV70.8103.28143.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 49.47%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=49.47%
G=36.17%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93682700.270.710.6437.275523.53
Hex5D441B01B4740253718
Octal13510433033107100456730
Binary10111011000100110110110111000111100000010010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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