#92740E

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

Shades of Golden Brown #92740E

Tints of Golden Brown #92740E

Color information

#92740E (or 0x92740E) is unknown color: approx Golden Brown. HEX triplet: 92, 74 and 0E. RGB value is (146,116,14). Sum of RGB (Red+Green+Blue) = 146+116+14=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #92740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92740E is #6D8BF1. Grayscale: #717171. Windows color (decimal): -7179250 or 947346. OLE color: 947346.

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

Color convert

RGB14611614-
CMYK00.210.900.43
HSL46.36º82.5%31.37%-
HSV(B)46.36º90.41%57.25%-
XYZ18.1818.633.05-
YUV113.3471.94151.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=52.90%
G=42.03%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461161400.210.900.4346.3682.531.37
Hex9274E0155A2B2e521f
Octal22216416025132535612237
Binary10010010111010011100101011011010101011101110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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