#925B10

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

Shades of Golden Brown #925B10

Tints of Golden Brown #925B10

Color information

#925B10 (or 0x925B10) is unknown color: approx Golden Brown. HEX triplet: 92, 5B and 10. RGB value is (146,91,16). Sum of RGB (Red+Green+Blue) = 146+91+16=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #925B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925B10 is #6DA4EF. Grayscale: #636363. Windows color (decimal): -7185648 or 1072018. OLE color: 1072018.

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

Color convert

RGB1469116-
CMYK00.380.890.43
HSL34.62º80.25%31.76%-
HSV(B)34.62º89.04%57.25%-
XYZ15.6913.632.29-
YUV98.981.22161.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.71%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=57.71%
G=35.97%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146911600.380.890.4334.6280.2531.76
Hex925B10026592B235020
Octal22213320046131534312040
Binary10010010101101110000010011010110011010111000111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,16); }

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

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

 a { background-color: rgb(146,91,16); }

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

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

 span { border-color: rgb(146,91,16); }

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