#5D3F3F

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

Shades of Woody Brown #5D3F3F

Tints of Woody Brown #5D3F3F

Color information

#5D3F3F (or 0x5D3F3F) is unknown color: approx Woody Brown. HEX triplet: 5D, 3F and 3F. RGB value is (93,63,63). Sum of RGB (Red+Green+Blue) = 93+63+63=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3F3F is #A2C0C0. Grayscale: #484848. Windows color (decimal): -10666177 or 4144989. OLE color: 4144989.

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

Color convert

RGB936363-
CMYK00.320.320.64
HSL19.23%30.59%-
HSV(B)32.26%36.47%-
XYZ7.196.245.53-
YUV71.97122.94143-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.47%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 63 (25% from 255) = 28.77%
R=42.47%
G=28.77%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93636300.320.320.64019.2330.59
Hex5D3F3F02020400131f
Octal13577770404010002337
Binary10111011111111111110100000100000100000001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,63); }

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

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

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

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

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

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

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