#4A1605

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

Shades of Brown Pod #4A1605

Tints of Brown Pod #4A1605

Color information

#4A1605 (or 0x4A1605) is unknown color: approx Brown Pod. HEX triplet: 4A, 16 and 05. RGB value is (74,22,5). Sum of RGB (Red+Green+Blue) = 74+22+5=101 (13% of max value = 765). Red value is 74 (29.30% from 255 or 73.27% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1605 is #B5E9FA. Grayscale: #232323. Windows color (decimal): -11921915 or 333386. OLE color: 333386.

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

Color convert

RGB74225-
CMYK00.700.930.71
HSL14.78º87.34%15.49%-
HSV(B)14.78º93.24%29.02%-
XYZ3.142.040.37-
YUV35.61110.73155.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 73.27%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=73.27%
G=21.78%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7422500.700.930.7114.7887.3415.49
Hex4A1650465D47f57f
Octal11226501061351071712717
Binary1001010101101010100011010111011000111111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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