#92720D

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

Shades of Golden Brown #92720D

Tints of Golden Brown #92720D

Color information

#92720D (or 0x92720D) is unknown color: approx Golden Brown. HEX triplet: 92, 72 and 0D. RGB value is (146,114,13). Sum of RGB (Red+Green+Blue) = 146+114+13=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92720D is #6D8DF2. Grayscale: #707070. Windows color (decimal): -7179763 or 881298. OLE color: 881298.

HSL color Cylindrical-coordinate representation of color #92720D: hue angle of 45.56º 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 #92720D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB14611413-
CMYK00.220.910.43
HSL45.56º83.65%31.18%-
HSV(B)45.56º91.1%57.25%-
XYZ17.9418.172.94-
YUV112.0572.1152.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.48%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 13 (5.47% from 255) = 4.76%
R=53.48%
G=41.76%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461141300.220.910.4345.5683.6531.18
Hex9272D0165B2B2e541f
Octal22216215026133535612437
Binary10010010111001011010101101011011101011101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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