#4A190E

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

Shades of Brown Pod #4A190E

Tints of Brown Pod #4A190E

Color information

#4A190E (or 0x4A190E) is unknown color: approx Brown Pod. HEX triplet: 4A, 19 and 0E. RGB value is (74,25,14). Sum of RGB (Red+Green+Blue) = 74+25+14=113 (14% of max value = 765). Red value is 74 (29.30% from 255 or 65.49% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 74 - color contains mainly: red. Hex color #4A190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A190E is #B5E6F1. Grayscale: #262626. Windows color (decimal): -11921138 or 923978. OLE color: 923978.

HSL color Cylindrical-coordinate representation of color #4A190E: hue angle of 11º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A190E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB742514-
CMYK00.660.810.71
HSL11º68.18%17.25%-
HSV(B)11º81.08%29.02%-
XYZ3.252.180.67-
YUV38.4114.23153.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 65.49%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 14 (5.86% from 255) = 12.39%
R=65.49%
G=22.12%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74251400.660.810.711168.1817.25
Hex4A19E0425147b4411
Octal112311601021211071310421
Binary100101011001111001000010101000110001111011100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,25,14); }

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

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

 a { background-color: rgb(74,25,14); }

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

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

 span { border-color: rgb(74,25,14); }

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