#975512

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

Shades of Golden Brown #975512

Tints of Golden Brown #975512

Color information

#975512 (or 0x975512) is unknown color: approx Golden Brown. HEX triplet: 97, 55 and 12. RGB value is (151,85,18). Sum of RGB (Red+Green+Blue) = 151+85+18=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #975512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975512 is #68AAED. Grayscale: #616161. Windows color (decimal): -6859502 or 1201559. OLE color: 1201559.

HSL color Cylindrical-coordinate representation of color #975512: hue angle of 30.23º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #975512 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1518518-
CMYK00.440.880.41
HSL30.23º78.7%33.14%-
HSV(B)30.23º88.08%59.22%-
XYZ16.1213.122.26-
YUV97.183.37166.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.45%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 18 (7.42% from 255) = 7.09%
R=59.45%
G=33.46%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151851800.440.880.4130.2378.733.14
Hex97551202C58291e4f21
Octal22712522054130513611741
Binary1001011110101011001001011001011000101001111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975512; }

 p { color: rgb(151,85,18); }

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

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

 a { background-color: rgb(151,85,18); }

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

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

 span { border-color: rgb(151,85,18); }

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