Html Css Color HEX #975700 Golden Brown

📋 copy color: '#975700'

red 151 ◦ green 87 ◦ blue 0

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

Shades of Golden Brown #975700

Tints of Golden Brown #975700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.55%

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

R = 63.45%
G = 36.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#975700 (or 0x975700) is known color: Golden Brown. HEX triplet: 97, 57 and 00. RGB value is (151,87,0). Sum of RGB (Red+Green+Blue) = 151+87+0=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #975700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975700 is #68A8FF. Grayscale: #606060. Windows color (decimal): -6859008 or 22423. OLE color: 22423.

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

Color convert

RGB 151 87 0 -
CMYK 0 0.42 1 0.41
HSL 34.57º 1% 0.3% -
HSV(B) 34.57º 1% 0.59% -
XYZ 16.17 13.4 1.73 -
YUV 96.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 151 87 0 0 0.42 1 0.41 34.57 1 0.3
Hex 97 57 0 0 2A 64 29 23 64 1E
Octal 227 127 0 0 52 144 51 43 144 36
Binary 10010111 1010111 0 0 101010 1100100 101001 100011 1100100 11110

Color Harmonies of #975700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975700

Black with #975700

Text Example


Text Example

White with #975700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975700; }

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

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

background-color css

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

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

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

border-color css

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

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

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