#975416

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

Shades of Golden Brown #975416

Tints of Golden Brown #975416

Color information

#975416 (or 0x975416) is unknown color: approx Golden Brown. HEX triplet: 97, 54 and 16. RGB value is (151,84,22). Sum of RGB (Red+Green+Blue) = 151+84+22=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #975416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975416 is #68ABE9. Grayscale: #616161. Windows color (decimal): -6859754 or 1463447. OLE color: 1463447.

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

Color convert

RGB1518422-
CMYK00.440.850.41
HSL28.84º74.57%33.92%-
HSV(B)28.84º85.43%59.22%-
XYZ16.0812.982.42-
YUV96.9685.7166.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=58.75%
G=32.68%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151842200.440.850.4128.8474.5733.92
Hex97541602C55291d4b22
Octal22712426054125513511342
Binary1001011110101001011001011001010101101001111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975416; }

 p { color: rgb(151,84,22); }

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

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

 a { background-color: rgb(151,84,22); }

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

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

 span { border-color: rgb(151,84,22); }

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