#975A19

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

Shades of Golden Brown #975A19

Tints of Golden Brown #975A19

Color information

#975A19 (or 0x975A19) is unknown color: approx Golden Brown. HEX triplet: 97, 5A and 19. RGB value is (151,90,25). Sum of RGB (Red+Green+Blue) = 151+90+25=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #975A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975A19 is #68A5E6. Grayscale: #656565. Windows color (decimal): -6858215 or 1661591. OLE color: 1661591.

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

Color convert

RGB1519025-
CMYK00.400.830.41
HSL30.95º71.59%34.51%-
HSV(B)30.95º83.44%59.22%-
XYZ16.5913.962.74-
YUV100.8385.21163.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.77%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 25 (10.16% from 255) = 9.40%
R=56.77%
G=33.83%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151902500.400.830.4130.9571.5934.51
Hex975A1902853291f4823
Octal22713231050123513711043
Binary1001011110110101100101010001010011101001111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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