#975E00

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

Shades of Golden Brown #975E00

Tints of Golden Brown #975E00

Color information

#975E00 (or 0x975E00) is unknown color: approx Golden Brown. HEX triplet: 97, 5E and 00. RGB value is (151,94,0). Sum of RGB (Red+Green+Blue) = 151+94+0=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #975E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975E00 is #68A1FF. Grayscale: #646464. Windows color (decimal): -6857216 or 24215. OLE color: 24215.

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

Color convert

RGB151940-
CMYK00.3810.41
HSL37.35º100%29.61%-
HSV(B)37.35º100%59.22%-
XYZ16.7714.581.93-
YUV100.3371.38164.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.63%
G=38.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15194000.3810.4137.3510029.61
Hex975E0026642925641e
Octal2271360046144514514436
Binary100101111011110001001101100100101001100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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