#925A10

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

Shades of Golden Brown #925A10

Tints of Golden Brown #925A10

Color information

#925A10 (or 0x925A10) is unknown color: approx Golden Brown. HEX triplet: 92, 5A and 10. RGB value is (146,90,16). Sum of RGB (Red+Green+Blue) = 146+90+16=252 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.94% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 146 - color contains mainly: red. Hex color #925A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925A10 is #6DA5EF. Grayscale: #626262. Windows color (decimal): -7185904 or 1071762. OLE color: 1071762.

HSL color Cylindrical-coordinate representation of color #925A10: hue angle of 34.15º 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 #925A10 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB1469016-
CMYK00.380.890.43
HSL34.15º80.25%31.76%-
HSV(B)34.15º89.04%57.25%-
XYZ15.613.462.27-
YUV98.3181.55162.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.94%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=57.94%
G=35.71%
B=6.35%

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
Decimal146901600.380.890.4334.1580.2531.76
Hex925A10026592B225020
Octal22213220046131534212040
Binary10010010101101010000010011010110011010111000101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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