#975303

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

Shades of Golden Brown #975303

Tints of Golden Brown #975303

Color information

#975303 (or 0x975303) is unknown color: approx Golden Brown. HEX triplet: 97, 53 and 03. RGB value is (151,83,3). Sum of RGB (Red+Green+Blue) = 151+83+3=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #975303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975303 is #68ACFC. Grayscale: #5E5E5E. Windows color (decimal): -6860029 or 218007. OLE color: 218007.

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

Color convert

RGB151833-
CMYK00.450.980.41
HSL32.43º96.1%30.2%-
HSV(B)32.43º98.01%59.22%-
XYZ15.8712.771.71-
YUV94.2176.53168.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.71%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=63.71%
G=35.02%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15183300.450.980.4132.4396.130.2
Hex9753302D622920601e
Octal2271233055142514014036
Binary1001011110100111101011011100010101001100000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975303; }

 p { color: rgb(151,83,3); }

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

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

 a { background-color: rgb(151,83,3); }

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

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

 span { border-color: rgb(151,83,3); }

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