#4A392B

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

Shades of Woodburn #4A392B

Tints of Woodburn #4A392B

Color information

#4A392B (or 0x4A392B) is unknown color: approx Woodburn. HEX triplet: 4A, 39 and 2B. RGB value is (74,57,43). Sum of RGB (Red+Green+Blue) = 74+57+43=174 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.53% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 74 - color contains mainly: red. Hex color #4A392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A392B is #B5C6D4. Grayscale: #3C3C3C. Windows color (decimal): -11912917 or 2832714. OLE color: 2832714.

HSL color Cylindrical-coordinate representation of color #4A392B: hue angle of 27.1º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A392B is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB745743-
CMYK00.230.420.71
HSL27.1º26.5%22.94%-
HSV(B)27.1º41.89%29.02%-
XYZ4.724.562.92-
YUV60.49118.13137.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 42.53%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=42.53%
G=32.76%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74574300.230.420.7127.126.522.94
Hex4A392B0172A471b1a17
Octal112715302752107333227
Binary10010101110011010110101111010101000111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,43); }

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

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

 a { background-color: rgb(74,57,43); }

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

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

 span { border-color: rgb(74,57,43); }

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