#4A2005

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

Shades of Brown Pod #4A2005

Tints of Brown Pod #4A2005

Color information

#4A2005 (or 0x4A2005) is unknown color: approx Brown Pod. HEX triplet: 4A, 20 and 05. RGB value is (74,32,5). Sum of RGB (Red+Green+Blue) = 74+32+5=111 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.67% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2005 is #B5DFFA. Grayscale: #292929. Windows color (decimal): -11919355 or 335946. OLE color: 335946.

HSL color Cylindrical-coordinate representation of color #4A2005: hue angle of 23.48º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A2005 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB74325-
CMYK00.570.930.71
HSL23.48º87.34%15.49%-
HSV(B)23.48º93.24%29.02%-
XYZ3.372.50.45-
YUV41.48107.41151.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=66.67%
G=28.83%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7432500.570.930.7123.4887.3415.49
Hex4A2050395D471757f
Octal1124050711351072712717
Binary10010101000001010111001101110110001111011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,5); }

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

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

 a { background-color: rgb(74,32,5); }

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

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

 span { border-color: rgb(74,32,5); }

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