#925F11

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

Shades of Golden Brown #925F11

Tints of Golden Brown #925F11

Color information

#925F11 (or 0x925F11) is unknown color: approx Golden Brown. HEX triplet: 92, 5F and 11. RGB value is (146,95,17). Sum of RGB (Red+Green+Blue) = 146+95+17=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #925F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925F11 is #6DA0EE. Grayscale: #656565. Windows color (decimal): -7184623 or 1138578. OLE color: 1138578.

HSL color Cylindrical-coordinate representation of color #925F11: hue angle of 36.28º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #925F11 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1469517-
CMYK00.350.880.43
HSL36.28º79.14%31.96%-
HSV(B)36.28º88.36%57.25%-
XYZ16.0514.342.45-
YUV101.3680.4159.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.59%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 17 (7.03% from 255) = 6.59%
R=56.59%
G=36.82%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146951700.350.880.4336.2879.1431.96
Hex925F11023582B244f20
Octal22213721043130534411740
Binary10010010101111110001010001110110001010111001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925F11; }

 p { color: rgb(146,95,17); }

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

<style>
 a { background-color: #925F11; }

 a { background-color: rgb(146,95,17); }

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

<style>
 span { border-color: #925F11; }

 span { border-color: rgb(146,95,17); }

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