#925914

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

Shades of Golden Brown #925914

Tints of Golden Brown #925914

Color information

#925914 (or 0x925914) is unknown color: approx Golden Brown. HEX triplet: 92, 59 and 14. RGB value is (146,89,20). Sum of RGB (Red+Green+Blue) = 146+89+20=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #925914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925914 is #6DA6EB. Grayscale: #626262. Windows color (decimal): -7186156 or 1333650. OLE color: 1333650.

HSL color Cylindrical-coordinate representation of color #925914: hue angle of 32.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #925914 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1468920-
CMYK00.390.860.43
HSL32.86º75.9%32.55%-
HSV(B)32.86º86.3%57.25%-
XYZ15.5513.312.41-
YUV98.1883.88162.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.25%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=57.25%
G=34.90%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146892000.390.860.4332.8675.932.55
Hex925914027562B214c21
Octal22213124047126534111441
Binary10010010101100110100010011110101101010111000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925914; }

 p { color: rgb(146,89,20); }

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

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

 a { background-color: rgb(146,89,20); }

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

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

 span { border-color: rgb(146,89,20); }

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