#975E19

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

Shades of Golden Brown #975E19

Tints of Golden Brown #975E19

Color information

#975E19 (or 0x975E19) is unknown color: approx Golden Brown. HEX triplet: 97, 5E and 19. RGB value is (151,94,25). Sum of RGB (Red+Green+Blue) = 151+94+25=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #975E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975E19 is #68A1E6. Grayscale: #676767. Windows color (decimal): -6857191 or 1662615. OLE color: 1662615.

HSL color Cylindrical-coordinate representation of color #975E19: hue angle of 32.86º 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 #975E19 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1519425-
CMYK00.380.830.41
HSL32.86º71.59%34.51%-
HSV(B)32.86º83.44%59.22%-
XYZ16.9414.652.86-
YUV103.1883.88162.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.93%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 25 (10.16% from 255) = 9.26%
R=55.93%
G=34.81%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151942500.380.830.4132.8671.5934.51
Hex975E190265329214823
Octal22713631046123514111043
Binary10010111101111011001010011010100111010011000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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