#4E392A

Color #4E392A Woodburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodburn #4E392A

Tints of Woodburn #4E392A

Color information

#4E392A (or 0x4E392A) is unknown color: approx Woodburn. HEX triplet: 4E, 39 and 2A. RGB value is (78,57,42). Sum of RGB (Red+Green+Blue) = 78+57+42=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E392A is #B1C6D5. Grayscale: #3D3D3D. Windows color (decimal): -11650774 or 2767182. OLE color: 2767182.

HSL color Cylindrical-coordinate representation of color #4E392A: hue angle of 25º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E392A is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB785742-
CMYK00.270.460.69
HSL25º30%23.53%-
HSV(B)25º46.15%30.59%-
XYZ5.024.712.84-
YUV61.57116.96139.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=44.07%
G=32.20%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78574200.270.460.69253023.53
Hex4E392A01B2E45191e18
Octal116715203356105313630
Binary10011101110011010100110111011101000101110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E392A; }

 p { color: rgb(78,57,42); }

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

<style>
 a { background-color: #4E392A; }

 a { background-color: rgb(78,57,42); }

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

<style>
 span { border-color: #4E392A; }

 span { border-color: rgb(78,57,42); }

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