#975412

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

Shades of Golden Brown #975412

Tints of Golden Brown #975412

Color information

#975412 (or 0x975412) is unknown color: approx Golden Brown. HEX triplet: 97, 54 and 12. RGB value is (151,84,18). Sum of RGB (Red+Green+Blue) = 151+84+18=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #975412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975412 is #68ABED. Grayscale: #606060. Windows color (decimal): -6859758 or 1201303. OLE color: 1201303.

HSL color Cylindrical-coordinate representation of color #975412: hue angle of 29.77º 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 #975412 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1518418-
CMYK00.440.880.41
HSL29.77º78.7%33.14%-
HSV(B)29.77º88.08%59.22%-
XYZ16.0412.962.23-
YUV96.5183.7166.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=59.68%
G=33.20%
B=7.11%

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
Decimal151841800.440.880.4129.7778.733.14
Hex97541202C58291e4f21
Octal22712422054130513611741
Binary1001011110101001001001011001011000101001111101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975412; }

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

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

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

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

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

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

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

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