Html Css Color HEX #975701 Golden Brown

📋 copy color: '#975701'

red 151 ◦ green 87 ◦ blue 1

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

Shades of Golden Brown #975701

Tints of Golden Brown #975701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 63.18%
G = 36.4%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#975701 (or 0x975701) is known color: Golden Brown. HEX triplet: 97, 57 and 01. RGB value is (151,87,1). Sum of RGB (Red+Green+Blue) = 151+87+1=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #975701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975701 is #68A8FE. Grayscale: #606060. Windows color (decimal): -6859007 or 87959. OLE color: 87959.

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

Color convert

RGB 151 87 1 -
CMYK 0 0.42 0.99 0.41
HSL 34.4º 0.99% 0.3% -
HSV(B) 34.4º 0.99% 0.59% -
XYZ 16.18 13.4 1.76 -
YUV 96.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 151 87 1 0 0.42 0.99 0.41 34.4 0.99 0.3
Hex 97 57 1 0 2A 63 29 22 63 1E
Octal 227 127 1 0 52 143 51 42 143 36
Binary 10010111 1010111 1 0 101010 1100011 101001 100010 1100011 11110

Color Harmonies of #975701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975701

Black with #975701

Text Example


Text Example

White with #975701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975701; }

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

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

background-color css

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

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

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

border-color css

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

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

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