#4A2104

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

Shades of Brown Pod #4A2104

Tints of Brown Pod #4A2104

Color information

#4A2104 (or 0x4A2104) is unknown color: approx Brown Pod. HEX triplet: 4A, 21 and 04. RGB value is (74,33,4). Sum of RGB (Red+Green+Blue) = 74+33+4=111 (14% of max value = 765). Red value is 74 (29.30% from 255 or 66.67% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2104 is #B5DEFB. Grayscale: #2A2A2A. Windows color (decimal): -11919100 or 270666. OLE color: 270666.

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

Color convert

RGB74334-
CMYK00.550.950.71
HSL24.86º89.74%15.29%-
HSV(B)24.86º94.59%29.02%-
XYZ3.392.550.43-
YUV41.95106.58150.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 66.67%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=66.67%
G=29.73%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7433400.550.950.7124.8689.7415.29
Hex4A2140375F47195af
Octal1124140671371073113217
Binary10010101000011000110111101111110001111100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,33,4); }

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

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

 a { background-color: rgb(74,33,4); }

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

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

 span { border-color: rgb(74,33,4); }

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