#92740A

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

Shades of Golden Brown #92740A

Tints of Golden Brown #92740A

Color information

#92740A (or 0x92740A) is unknown color: approx Golden Brown. HEX triplet: 92, 74 and 0A. RGB value is (146,116,10). Sum of RGB (Red+Green+Blue) = 146+116+10=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #92740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92740A is #6D8BF5. Grayscale: #717171. Windows color (decimal): -7179254 or 685202. OLE color: 685202.

HSL color Cylindrical-coordinate representation of color #92740A: hue angle of 46.76º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92740A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB14611610-
CMYK00.210.930.43
HSL46.76º87.18%30.59%-
HSV(B)46.76º93.15%57.25%-
XYZ18.1518.622.93-
YUV112.8969.94151.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.68%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=53.68%
G=42.65%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461161000.210.930.4346.7687.1830.59
Hex9274A0155D2B2f571f
Octal22216412025135535712737
Binary10010010111010010100101011011101101011101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92740A; }

 p { color: rgb(146,116,10); }

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

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

 a { background-color: rgb(146,116,10); }

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

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

 span { border-color: rgb(146,116,10); }

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