#917305

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

Shades of Golden Brown #917305

Tints of Golden Brown #917305

Color information

#917305 (or 0x917305) is unknown color: approx Golden Brown. HEX triplet: 91, 73 and 05. RGB value is (145,115,5). Sum of RGB (Red+Green+Blue) = 145+115+5=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #917305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917305 is #6E8CFA. Grayscale: #6F6F6F. Windows color (decimal): -7245051 or 357265. OLE color: 357265.

HSL color Cylindrical-coordinate representation of color #917305: hue angle of 47.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #917305 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1451155-
CMYK00.210.970.43
HSL47.14º93.33%29.41%-
HSV(B)47.14º96.55%56.86%-
XYZ17.8418.292.73-
YUV111.4367.94151.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.72%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=54.72%
G=43.40%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145115500.210.970.4347.1493.3329.41
Hex91735015612B2f5d1d
Octal2211635025141535713535
Binary1001000111100111010101011100001101011101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917305; }

 p { color: rgb(145,115,5); }

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

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

 a { background-color: rgb(145,115,5); }

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

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

 span { border-color: rgb(145,115,5); }

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