#975A10

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

Shades of Golden Brown #975A10

Tints of Golden Brown #975A10

Color information

#975A10 (or 0x975A10) is unknown color: approx Golden Brown. HEX triplet: 97, 5A and 10. RGB value is (151,90,16). Sum of RGB (Red+Green+Blue) = 151+90+16=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #975A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975A10 is #68A5EF. Grayscale: #646464. Windows color (decimal): -6858224 or 1071767. OLE color: 1071767.

HSL color Cylindrical-coordinate representation of color #975A10: hue angle of 32.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #975A10 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB1519016-
CMYK00.400.890.41
HSL32.89º80.84%32.75%-
HSV(B)32.89º89.4%59.22%-
XYZ16.5113.932.31-
YUV99.880.71164.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 16 (6.64% from 255) = 6.23%
R=58.75%
G=35.02%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151901600.400.890.4132.8980.8432.75
Hex975A100285929215121
Octal22713220050131514112141
Binary10010111101101010000010100010110011010011000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975A10; }

 p { color: rgb(151,90,16); }

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

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

 a { background-color: rgb(151,90,16); }

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

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

 span { border-color: rgb(151,90,16); }

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