#925913

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

Shades of Golden Brown #925913

Tints of Golden Brown #925913

Color information

#925913 (or 0x925913) is unknown color: approx Golden Brown. HEX triplet: 92, 59 and 13. RGB value is (146,89,19). Sum of RGB (Red+Green+Blue) = 146+89+19=254 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.48% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 146 - color contains mainly: red. Hex color #925913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925913 is #6DA6EC. Grayscale: #626262. Windows color (decimal): -7186157 or 1268114. OLE color: 1268114.

HSL color Cylindrical-coordinate representation of color #925913: hue angle of 33.07º 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 #925913 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB1468919-
CMYK00.390.870.43
HSL33.07º76.97%32.35%-
HSV(B)33.07º86.99%57.25%-
XYZ15.5413.32.36-
YUV98.0683.38162.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.48%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 19 (7.81% from 255) = 7.48%
R=57.48%
G=35.04%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146891900.390.870.4333.0776.9732.35
Hex925913027572B214d20
Octal22213123047127534111540
Binary10010010101100110011010011110101111010111000011001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925913; }

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

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

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

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

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

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

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

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