#975B08

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

Shades of Golden Brown #975B08

Tints of Golden Brown #975B08

Color information

#975B08 (or 0x975B08) is unknown color: approx Golden Brown. HEX triplet: 97, 5B and 08. RGB value is (151,91,8). Sum of RGB (Red+Green+Blue) = 151+91+8=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #975B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975B08 is #68A4F7. Grayscale: #636363. Windows color (decimal): -6857976 or 547735. OLE color: 547735.

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

Color convert

RGB151918-
CMYK00.400.950.41
HSL34.83º89.94%31.18%-
HSV(B)34.83º94.7%59.22%-
XYZ16.5514.082.08-
YUV99.4876.38164.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=60.4%
G=36.4%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15191800.400.950.4134.8389.9431.18
Hex975B80285F29235a1f
Octal22713310050137514313237
Binary100101111011011100001010001011111101001100011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,91,8); }

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

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

 a { background-color: rgb(151,91,8); }

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

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

 span { border-color: rgb(151,91,8); }

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