#4A2205

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

Shades of Brown Pod #4A2205

Tints of Brown Pod #4A2205

Color information

#4A2205 (or 0x4A2205) is unknown color: approx Brown Pod. HEX triplet: 4A, 22 and 05. RGB value is (74,34,5). Sum of RGB (Red+Green+Blue) = 74+34+5=113 (14% of max value = 765). Red value is 74 (29.30% from 255 or 65.49% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2205 is #B5DDFA. Grayscale: #2A2A2A. Windows color (decimal): -11918843 or 336458. OLE color: 336458.

HSL color Cylindrical-coordinate representation of color #4A2205: hue angle of 25.22º 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 #4A2205 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB74345-
CMYK00.540.930.71
HSL25.22º87.34%15.49%-
HSV(B)25.22º93.24%29.02%-
XYZ3.422.610.47-
YUV42.65106.75150.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 65.49%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=65.49%
G=30.09%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7434500.540.930.7125.2287.3415.49
Hex4A2250365D471957f
Octal1124250661351073112717
Binary10010101000101010110110101110110001111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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