#917000

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

Shades of Golden Brown #917000

Tints of Golden Brown #917000

Color information

#917000 (or 0x917000) is unknown color: approx Golden Brown. HEX triplet: 91, 70 and 00. RGB value is (145,112,0). Sum of RGB (Red+Green+Blue) = 145+112+0=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #917000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917000 is #6E8FFF. Grayscale: #6D6D6D. Windows color (decimal): -7245824 or 28817. OLE color: 28817.

HSL color Cylindrical-coordinate representation of color #917000: hue angle of 46.34º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #917000 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1451120-
CMYK00.2310.43
HSL46.34º100%28.43%-
HSV(B)46.34º100%56.86%-
XYZ17.4717.612.48-
YUV109.166.43153.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.42%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.42%
G=43.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145112000.2310.4346.3410028.43
Hex91700017642B2e641c
Octal2211600027144535614434
Binary10010001111000000101111100100101011101110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917000; }

 p { color: rgb(145,112,0); }

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

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

 a { background-color: rgb(145,112,0); }

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

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

 span { border-color: rgb(145,112,0); }

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