#975E04

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

Shades of Golden Brown #975E04

Tints of Golden Brown #975E04

Color information

#975E04 (or 0x975E04) is unknown color: approx Golden Brown. HEX triplet: 97, 5E and 04. RGB value is (151,94,4). Sum of RGB (Red+Green+Blue) = 151+94+4=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #975E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975E04 is #68A1FB. Grayscale: #656565. Windows color (decimal): -6857212 or 286359. OLE color: 286359.

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

Color convert

RGB151944-
CMYK00.380.970.41
HSL36.73º94.84%30.39%-
HSV(B)36.73º97.35%59.22%-
XYZ16.7914.592.05-
YUV100.7873.38163.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.64%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=60.64%
G=37.75%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15194400.380.970.4136.7394.8430.39
Hex975E40266129255f1e
Octal2271364046141514513736
Binary10010111101111010001001101100001101001100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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