#917205

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

Shades of Golden Brown #917205

Tints of Golden Brown #917205

Color information

#917205 (or 0x917205) is unknown color: approx Golden Brown. HEX triplet: 91, 72 and 05. RGB value is (145,114,5). Sum of RGB (Red+Green+Blue) = 145+114+5=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #917205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917205 is #6E8DFA. Grayscale: #6F6F6F. Windows color (decimal): -7245307 or 357009. OLE color: 357009.

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

Color convert

RGB1451145-
CMYK00.210.970.43
HSL46.71º93.33%29.41%-
HSV(B)46.71º96.55%56.86%-
XYZ17.7218.072.7-
YUV110.8468.27152.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.92%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=54.92%
G=43.18%
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
Decimal145114500.210.970.4346.7193.3329.41
Hex91725015612B2f5d1d
Octal2211625025141535713535
Binary1001000111100101010101011100001101011101111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917205; }

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

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

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

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

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

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

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

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