#925C10

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

Shades of Golden Brown #925C10

Tints of Golden Brown #925C10

Color information

#925C10 (or 0x925C10) is unknown color: approx Golden Brown. HEX triplet: 92, 5C and 10. RGB value is (146,92,16). Sum of RGB (Red+Green+Blue) = 146+92+16=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #925C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C10 is #6DA3EF. Grayscale: #636363. Windows color (decimal): -7185392 or 1072274. OLE color: 1072274.

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

Color convert

RGB1469216-
CMYK00.370.890.43
HSL35.08º80.25%31.76%-
HSV(B)35.08º89.04%57.25%-
XYZ15.7713.82.32-
YUV99.4880.89161.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.48%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 16 (6.64% from 255) = 6.30%
R=57.48%
G=36.22%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146921600.370.890.4335.0880.2531.76
Hex925C10025592B235020
Octal22213420045131534312040
Binary10010010101110010000010010110110011010111000111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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