#4A2414

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

Shades of Brown Pod #4A2414

Tints of Brown Pod #4A2414

Color information

#4A2414 (or 0x4A2414) is unknown color: approx Brown Pod. HEX triplet: 4A, 24 and 14. RGB value is (74,36,20). Sum of RGB (Red+Green+Blue) = 74+36+20=130 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.92% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2414 is #B5DBEB. Grayscale: #2D2D2D. Windows color (decimal): -11918316 or 1320010. OLE color: 1320010.

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

Color convert

RGB743620-
CMYK00.510.730.71
HSL17.78º57.45%18.43%-
HSV(B)17.78º72.97%29.02%-
XYZ3.582.771.01-
YUV45.54113.59148.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 56.92%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=56.92%
G=27.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74362000.510.730.7117.7857.4518.43
Hex4A24140334947123912
Octal1124424063111107227122
Binary1001010100100101000110011100100110001111001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,36,20); }

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

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

 a { background-color: rgb(74,36,20); }

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

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

 span { border-color: rgb(74,36,20); }

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