#917412

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

Shades of Golden Brown #917412

Tints of Golden Brown #917412

Color information

#917412 (or 0x917412) is unknown color: approx Golden Brown. HEX triplet: 91, 74 and 12. RGB value is (145,116,18). Sum of RGB (Red+Green+Blue) = 145+116+18=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #917412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917412 is #6E8BED. Grayscale: #717171. Windows color (decimal): -7244782 or 1209489. OLE color: 1209489.

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

Color convert

RGB14511618-
CMYK00.20.880.43
HSL46.3º77.91%31.96%-
HSV(B)46.3º87.59%56.86%-
XYZ18.0318.553.2-
YUV113.574.11150.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=51.97%
G=41.58%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451161800.20.880.4346.377.9131.96
Hex917412014582B2e4e20
Octal22116422024130535611640
Binary1001000111101001001001010010110001010111011101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917412; }

 p { color: rgb(145,116,18); }

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

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

 a { background-color: rgb(145,116,18); }

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

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

 span { border-color: rgb(145,116,18); }

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