#5D403D

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

Shades of Woody Brown #5D403D

Tints of Woody Brown #5D403D

Color information

#5D403D (or 0x5D403D) is unknown color: approx Woody Brown. HEX triplet: 5D, 40 and 3D. RGB value is (93,64,61). Sum of RGB (Red+Green+Blue) = 93+64+61=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D403D is #A2BFC2. Grayscale: #484848. Windows color (decimal): -10665923 or 4014173. OLE color: 4014173.

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

Color convert

RGB936461-
CMYK00.310.340.64
HSL5.63º20.78%30.2%-
HSV(B)5.63º34.41%36.47%-
XYZ7.196.335.26-
YUV72.33121.61142.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.66%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=42.66%
G=29.36%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93646100.310.340.645.6320.7830.2
Hex5D403D01F22406151e
Octal135100750374210062536
Binary1011101100000011110101111110001010000001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,64,61); }

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

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

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

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

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

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

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