#925813

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

Shades of Golden Brown #925813

Tints of Golden Brown #925813

Color information

#925813 (or 0x925813) is unknown color: approx Golden Brown. HEX triplet: 92, 58 and 13. RGB value is (146,88,19). Sum of RGB (Red+Green+Blue) = 146+88+19=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #925813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925813 is #6DA7EC. Grayscale: #616161. Windows color (decimal): -7186413 or 1267858. OLE color: 1267858.

HSL color Cylindrical-coordinate representation of color #925813: hue angle of 32.6º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #925813 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB1468819-
CMYK00.400.870.43
HSL32.6º76.97%32.35%-
HSV(B)32.6º86.99%57.25%-
XYZ15.4613.142.34-
YUV97.4883.72162.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.71%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=57.71%
G=34.78%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146881900.400.870.4332.676.9732.35
Hex925813028572B214d20
Octal22213023050127534111540
Binary10010010101100010011010100010101111010111000011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925813; }

 p { color: rgb(146,88,19); }

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

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

 a { background-color: rgb(146,88,19); }

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

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

 span { border-color: rgb(146,88,19); }

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