#5D4543

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

Shades of Woody Brown #5D4543

Tints of Woody Brown #5D4543

Color information

#5D4543 (or 0x5D4543) is unknown color: approx Woody Brown. HEX triplet: 5D, 45 and 43. RGB value is (93,69,67). Sum of RGB (Red+Green+Blue) = 93+69+67=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4543 is #A2BABC. Grayscale: #4B4B4B. Windows color (decimal): -10664637 or 4408669. OLE color: 4408669.

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

Color convert

RGB936967-
CMYK00.260.280.64
HSL4.62º16.25%31.37%-
HSV(B)4.62º27.96%36.47%-
XYZ7.666.996.26-
YUV75.95122.95140.16-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.61%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=40.61%
G=30.13%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93696700.260.280.644.6216.2531.37
Hex5D454301A1C405101f
Octal1351051030323410052037
Binary1011101100010110000110110101110010000001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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