#4A2215

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

Shades of Brown Pod #4A2215

Tints of Brown Pod #4A2215

Color information

#4A2215 (or 0x4A2215) is unknown color: approx Brown Pod. HEX triplet: 4A, 22 and 15. RGB value is (74,34,21). Sum of RGB (Red+Green+Blue) = 74+34+21=129 (17% of max value = 765). Red value is 74 (29.30% from 255 or 57.36% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2215 is #B5DDEA. Grayscale: #2C2C2C. Windows color (decimal): -11918827 or 1385034. OLE color: 1385034.

HSL color Cylindrical-coordinate representation of color #4A2215: hue angle of 14.72º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A2215 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB743421-
CMYK00.540.720.71
HSL14.72º55.79%18.63%-
HSV(B)14.72º71.62%29.02%-
XYZ3.532.651.04-
YUV44.48114.75149.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 57.36%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=57.36%
G=26.36%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74342100.540.720.7114.7255.7918.63
Hex4A22150364847f3813
Octal1124225066110107177023
Binary100101010001010101011011010010001000111111111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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