#4A3828

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

Shades of Woodburn #4A3828

Tints of Woodburn #4A3828

Color information

#4A3828 (or 0x4A3828) is unknown color: approx Woodburn. HEX triplet: 4A, 38 and 28. RGB value is (74,56,40). Sum of RGB (Red+Green+Blue) = 74+56+40=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3828 is #B5C7D7. Grayscale: #3B3B3B. Windows color (decimal): -11913176 or 2635850. OLE color: 2635850.

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

Color convert

RGB745640-
CMYK00.240.460.71
HSL28.24º29.82%22.35%-
HSV(B)28.24º45.95%29.02%-
XYZ4.624.442.62-
YUV59.56116.96138.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.53%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=43.53%
G=32.94%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74564000.240.460.7128.2429.8222.35
Hex4A38280182E471c1e16
Octal112705003056107343626
Binary10010101110001010000110001011101000111111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,56,40); }

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

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

 a { background-color: rgb(74,56,40); }

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

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

 span { border-color: rgb(74,56,40); }

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