#492E14

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

Shades of Brown Bramble #492E14

Tints of Brown Bramble #492E14

Color information

#492E14 (or 0x492E14) is unknown color: approx Brown Bramble. HEX triplet: 49, 2E and 14. RGB value is (73,46,20). Sum of RGB (Red+Green+Blue) = 73+46+20=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492E14 is #B6D1EB. Grayscale: #333333. Windows color (decimal): -11981292 or 1322569. OLE color: 1322569.

HSL color Cylindrical-coordinate representation of color #492E14: hue angle of 29.43º 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 #492E14 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB734620-
CMYK00.370.730.71
HSL29.43º56.99%18.24%-
HSV(B)29.43º72.6%28.63%-
XYZ3.853.421.12-
YUV51.11110.45143.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.52%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=52.52%
G=33.09%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73462000.370.730.7129.4356.9918.24
Hex492E1402549471d3912
Octal1115624045111107357122
Binary1001001101110101000100101100100110001111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492E14; }

 p { color: rgb(73,46,20); }

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

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

 a { background-color: rgb(73,46,20); }

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

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

 span { border-color: rgb(73,46,20); }

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