Html Css Color HEX #975716 Golden Brown

📋 copy color: '#975716'

red 151 ◦ green 87 ◦ blue 22

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

Shades of Golden Brown #975716

Tints of Golden Brown #975716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 58.08%
G = 33.46%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#975716 (or 0x975716) is known color: Golden Brown. HEX triplet: 97, 57 and 16. RGB value is (151,87,22). Sum of RGB (Red+Green+Blue) = 151+87+22=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #975716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975716 is #68A8E9. Grayscale: #636363. Windows color (decimal): -6858986 or 1464215. OLE color: 1464215.

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

Color convert

RGB 151 87 22 -
CMYK 0 0.42 0.85 0.41
HSL 30.23º 0.75% 0.34% -
HSV(B) 30.23º 0.85% 0.59% -
XYZ 16.32 13.45 2.5 -
YUV 98.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 151 87 22 0 0.42 0.85 0.41 30.23 0.75 0.34
Hex 97 57 16 0 2A 55 29 1E 4B 22
Octal 227 127 26 0 52 125 51 36 113 42
Binary 10010111 1010111 10110 0 101010 1010101 101001 11110 1001011 100010

Color Harmonies of #975716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975716

Black with #975716

Text Example


Text Example

White with #975716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975716; }

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

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

background-color css

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

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

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

border-color css

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

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

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