#492105

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

Shades of Brown Pod #492105

Tints of Brown Pod #492105

Color information

#492105 (or 0x492105) is unknown color: approx Brown Pod. HEX triplet: 49, 21 and 05. RGB value is (73,33,5). Sum of RGB (Red+Green+Blue) = 73+33+5=111 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.77% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 73 - color contains mainly: red. Hex color #492105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492105 is #B6DEFA. Grayscale: #292929. Windows color (decimal): -11984635 or 336201. OLE color: 336201.

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

Color convert

RGB73335-
CMYK00.550.930.71
HSL24.71º87.18%15.29%-
HSV(B)24.71º93.15%28.63%-
XYZ3.322.520.45-
YUV41.77107.25150.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.77%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=65.77%
G=29.73%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7333500.550.930.7124.7187.1815.29
Hex492150375D471957f
Octal1114150671351073112717
Binary10010011000011010110111101110110001111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492105; }

 p { color: rgb(73,33,5); }

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

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

 a { background-color: rgb(73,33,5); }

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

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

 span { border-color: rgb(73,33,5); }

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