#92730D

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

Shades of Golden Brown #92730D

Tints of Golden Brown #92730D

Color information

#92730D (or 0x92730D) is unknown color: approx Golden Brown. HEX triplet: 92, 73 and 0D. RGB value is (146,115,13). Sum of RGB (Red+Green+Blue) = 146+115+13=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92730D is #6D8CF2. Grayscale: #717171. Windows color (decimal): -7179507 or 881554. OLE color: 881554.

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

Color convert

RGB14611513-
CMYK00.210.910.43
HSL46.02º83.65%31.18%-
HSV(B)46.02º91.1%57.25%-
XYZ18.0618.42.98-
YUV112.6471.77151.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=53.28%
G=41.97%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461151300.210.910.4346.0283.6531.18
Hex9273D0155B2B2e541f
Octal22216315025133535612437
Binary10010010111001111010101011011011101011101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92730D; }

 p { color: rgb(146,115,13); }

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

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

 a { background-color: rgb(146,115,13); }

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

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

 span { border-color: rgb(146,115,13); }

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