#4E3A2A

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

Shades of Woodburn #4E3A2A

Tints of Woodburn #4E3A2A

Color information

#4E3A2A (or 0x4E3A2A) is unknown color: approx Woodburn. HEX triplet: 4E, 3A and 2A. RGB value is (78,58,42). Sum of RGB (Red+Green+Blue) = 78+58+42=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3A2A is #B1C5D5. Grayscale: #3E3E3E. Windows color (decimal): -11650518 or 2767438. OLE color: 2767438.

HSL color Cylindrical-coordinate representation of color #4E3A2A: hue angle of 26.67º 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 #4E3A2A is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB785842-
CMYK00.260.460.69
HSL26.67º30%23.53%-
HSV(B)26.67º46.15%30.59%-
XYZ5.074.812.85-
YUV62.16116.63139.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.82%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=43.82%
G=32.58%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78584200.260.460.6926.673023.53
Hex4E3A2A01A2E451b1e18
Octal116725203256105333630
Binary10011101110101010100110101011101000101110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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