#5E433F

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

Shades of Woody Brown #5E433F

Tints of Woody Brown #5E433F

Color information

#5E433F (or 0x5E433F) is unknown color: approx Woody Brown. HEX triplet: 5E, 43 and 3F. RGB value is (94,67,63). Sum of RGB (Red+Green+Blue) = 94+67+63=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 94 - color contains mainly: red. Hex color #5E433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E433F is #A1BCC0. Grayscale: #4A4A4A. Windows color (decimal): -10599617 or 4146014. OLE color: 4146014.

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

Color convert

RGB946763-
CMYK00.290.330.63
HSL7.74º19.75%30.78%-
HSV(B)7.74º32.98%36.86%-
XYZ7.526.755.61-
YUV74.62121.45141.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 63 (25% from 255) = 28.12%
R=41.96%
G=29.91%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94676300.290.330.637.7419.7530.78
Hex5E433F01D213F8141f
Octal136103770354177102437
Binary1011110100001111111101110110000111111110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,67,63); }

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

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

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

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

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

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

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