Html Css Color HEX #975500 Golden Brown

📋 copy color: '#975500'

red 151 ◦ green 85 ◦ blue 0

#975500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #975500

Tints of Golden Brown #975500

RGB

 RED value IS 151 (59.38% from 255) = 63.98%

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.98%
G = 36.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#975500 (or 0x975500) is known color: Golden Brown. HEX triplet: 97, 55 and 00. RGB value is (151,85,0). Sum of RGB (Red+Green+Blue) = 151+85+0=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #975500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975500 is #68AAFF. Grayscale: #5F5F5F. Windows color (decimal): -6859520 or 21911. OLE color: 21911.

HSL color Cylindrical-coordinate representation of color #975500: hue angle of 33.77º 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 #975500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 85 0 -
CMYK 0 0.44 1 0.41
HSL 33.77º 1% 0.3% -
HSV(B) 33.77º 1% 0.59% -
XYZ 16.01 13.08 1.68 -
YUV 95.04 74.37 167.91 -
System Red Green Blue C M Y K H S L
Decimal 151 85 0 0 0.44 1 0.41 33.77 1 0.3
Hex 97 55 0 0 2C 64 29 22 64 1E
Octal 227 125 0 0 54 144 51 42 144 36
Binary 10010111 1010101 0 0 101100 1100100 101001 100010 1100100 11110

Color Harmonies of #975500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975500

Black with #975500

Text Example


Text Example

White with #975500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975500; }

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

 H1.HeaderClassName
 {
   color: #975500;
 }
 .AnyTagClassName
 {
   color: #975500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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