#5D4524

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

Shades of Dark Brown #5D4524

Tints of Dark Brown #5D4524

Color information

#5D4524 (or 0x5D4524) is unknown color: approx Dark Brown. HEX triplet: 5D, 45 and 24. RGB value is (93,69,36). Sum of RGB (Red+Green+Blue) = 93+69+36=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4524 is #A2BADB. Grayscale: #484848. Windows color (decimal): -10664668 or 2377053. OLE color: 2377053.

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

Color convert

RGB936936-
CMYK00.260.610.64
HSL34.74º44.19%25.29%-
HSV(B)34.74º61.29%36.47%-
XYZ6.966.712.6-
YUV72.41107.45142.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 46.97%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 36 (14.45% from 255) = 18.18%
R=46.97%
G=34.85%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93693600.260.610.6434.7444.1925.29
Hex5D452401A3D40232c19
Octal1351054403275100435431
Binary10111011000101100100011010111101100000010001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,69,36); }

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

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

 a { background-color: rgb(93,69,36); }

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

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

 span { border-color: rgb(93,69,36); }

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