#92760D

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

Shades of Golden Brown #92760D

Tints of Golden Brown #92760D

Color information

#92760D (or 0x92760D) is unknown color: approx Golden Brown. HEX triplet: 92, 76 and 0D. RGB value is (146,118,13). Sum of RGB (Red+Green+Blue) = 146+118+13=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #92760D is #6D89F2. Grayscale: #727272. Windows color (decimal): -7178739 or 882322. OLE color: 882322.

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

Color convert

RGB14611813-
CMYK00.190.910.43
HSL47.37º83.65%31.18%-
HSV(B)47.37º91.1%57.25%-
XYZ18.4119.13.1-
YUV114.470.78150.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=52.71%
G=42.60%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461181300.190.910.4347.3783.6531.18
Hex9276D0135B2B2f541f
Octal22216615023133535712437
Binary10010010111011011010100111011011101011101111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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