#975805

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

Shades of Golden Brown #975805

Tints of Golden Brown #975805

Color information

#975805 (or 0x975805) is unknown color: approx Golden Brown. HEX triplet: 97, 58 and 05. RGB value is (151,88,5). Sum of RGB (Red+Green+Blue) = 151+88+5=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #975805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975805 is #68A7FA. Grayscale: #616161. Windows color (decimal): -6858747 or 350359. OLE color: 350359.

HSL color Cylindrical-coordinate representation of color #975805: hue angle of 34.11º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #975805 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB151885-
CMYK00.420.970.41
HSL34.11º93.59%30.59%-
HSV(B)34.11º96.69%59.22%-
XYZ16.2813.571.9-
YUV97.3875.87166.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=61.89%
G=36.07%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15188500.420.970.4134.1193.5930.59
Hex9758502A6129225e1f
Octal2271305052141514213637
Binary10010111101100010101010101100001101001100010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975805; }

 p { color: rgb(151,88,5); }

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

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

 a { background-color: rgb(151,88,5); }

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

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

 span { border-color: rgb(151,88,5); }

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