#92710A

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

Shades of Golden Brown #92710A

Tints of Golden Brown #92710A

Color information

#92710A (or 0x92710A) is unknown color: approx Golden Brown. HEX triplet: 92, 71 and 0A. RGB value is (146,113,10). Sum of RGB (Red+Green+Blue) = 146+113+10=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #92710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92710A is #6D8EF5. Grayscale: #6F6F6F. Windows color (decimal): -7180022 or 684434. OLE color: 684434.

HSL color Cylindrical-coordinate representation of color #92710A: hue angle of 45.44º 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 #92710A is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB14611310-
CMYK00.230.930.43
HSL45.44º87.18%30.59%-
HSV(B)45.44º93.15%57.25%-
XYZ17.8117.942.81-
YUV111.1270.93152.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.28%
GREEN value IS 113 (44.53% from 255) = 42.01%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=54.28%
G=42.01%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461131000.230.930.4345.4487.1830.59
Hex9271A0175D2B2d571f
Octal22216112027135535512737
Binary10010010111000110100101111011101101011101101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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