#975E15

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

Shades of Golden Brown #975E15

Tints of Golden Brown #975E15

Color information

#975E15 (or 0x975E15) is unknown color: approx Golden Brown. HEX triplet: 97, 5E and 15. RGB value is (151,94,21). Sum of RGB (Red+Green+Blue) = 151+94+21=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #975E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975E15 is #68A1EA. Grayscale: #676767. Windows color (decimal): -6857195 or 1400471. OLE color: 1400471.

HSL color Cylindrical-coordinate representation of color #975E15: hue angle of 33.69º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #975E15 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB1519421-
CMYK00.380.860.41
HSL33.69º75.58%33.73%-
HSV(B)33.69º86.09%59.22%-
XYZ16.914.642.64-
YUV102.7281.88162.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.77%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=56.77%
G=35.34%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151942100.380.860.4133.6975.5833.73
Hex975E150265629224c22
Octal22713625046126514211442
Binary10010111101111010101010011010101101010011000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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