#5D423E

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

Shades of Woody Brown #5D423E

Tints of Woody Brown #5D423E

Color information

#5D423E (or 0x5D423E) is unknown color: approx Woody Brown. HEX triplet: 5D, 42 and 3E. RGB value is (93,66,62). Sum of RGB (Red+Green+Blue) = 93+66+62=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D423E is #A2BDC1. Grayscale: #494949. Windows color (decimal): -10665410 or 4080221. OLE color: 4080221.

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

Color convert

RGB936662-
CMYK00.290.330.64
HSL7.74º20%30.39%-
HSV(B)7.74º33.33%36.47%-
XYZ7.336.575.44-
YUV73.62121.45141.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 42.08%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=42.08%
G=29.86%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93666200.290.330.647.742030.39
Hex5D423E01D21408141e
Octal1351027603541100102436
Binary10111011000010111110011101100001100000010001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,62); }

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

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

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

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

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

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

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