#925D10

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

Shades of Golden Brown #925D10

Tints of Golden Brown #925D10

Color information

#925D10 (or 0x925D10) is unknown color: approx Golden Brown. HEX triplet: 92, 5D and 10. RGB value is (146,93,16). Sum of RGB (Red+Green+Blue) = 146+93+16=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #925D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D10 is #6DA2EF. Grayscale: #646464. Windows color (decimal): -7185136 or 1072530. OLE color: 1072530.

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

Color convert

RGB1469316-
CMYK00.360.890.43
HSL35.54º80.25%31.76%-
HSV(B)35.54º89.04%57.25%-
XYZ15.8613.982.35-
YUV100.0780.56160.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.25%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 16 (6.64% from 255) = 6.27%
R=57.25%
G=36.47%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146931600.360.890.4335.5480.2531.76
Hex925D10024592B245020
Octal22213520044131534412040
Binary10010010101110110000010010010110011010111001001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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