#492D0C

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

Shades of Brown Bramble #492D0C

Tints of Brown Bramble #492D0C

Color information

#492D0C (or 0x492D0C) is unknown color: approx Brown Bramble. HEX triplet: 49, 2D and 0C. RGB value is (73,45,12). Sum of RGB (Red+Green+Blue) = 73+45+12=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D0C is #B6D2F3. Grayscale: #313131. Windows color (decimal): -11981556 or 798025. OLE color: 798025.

HSL color Cylindrical-coordinate representation of color #492D0C: hue angle of 32.46º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #492D0C is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB734512-
CMYK00.380.840.71
HSL32.46º71.76%16.67%-
HSV(B)32.46º83.56%28.63%-
XYZ3.753.320.79-
YUV49.61106.78144.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=56.15%
G=34.62%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73451200.380.840.7132.4671.7616.67
Hex492DC0265447204811
Octal11155140461241074011021
Binary10010011011011100010011010101001000111100000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,45,12); }

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

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

 a { background-color: rgb(73,45,12); }

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

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

 span { border-color: rgb(73,45,12); }

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