Html Css Color HEX #975916 Golden Brown

📋 copy color: '#975916'

red 151 ◦ green 89 ◦ blue 22

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

Shades of Golden Brown #975916

Tints of Golden Brown #975916

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.97%

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

R = 57.63%
G = 33.97%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#975916 (or 0x975916) is known color: Golden Brown. HEX triplet: 97, 59 and 16. RGB value is (151,89,22). Sum of RGB (Red+Green+Blue) = 151+89+22=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #975916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975916 is #68A6E9. Grayscale: #646464. Windows color (decimal): -6858474 or 1464727. OLE color: 1464727.

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

Color convert

RGB 151 89 22 -
CMYK 0 0.41 0.85 0.41
HSL 31.16º 0.75% 0.34% -
HSV(B) 31.16º 0.85% 0.59% -
XYZ 16.48 13.78 2.55 -
YUV 99.9 84.04 164.45 -
System Red Green Blue C M Y K H S L
Decimal 151 89 22 0 0.41 0.85 0.41 31.16 0.75 0.34
Hex 97 59 16 0 29 55 29 1F 4B 22
Octal 227 131 26 0 51 125 51 37 113 42
Binary 10010111 1011001 10110 0 101001 1010101 101001 11111 1001011 100010

Color Harmonies of #975916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975916

Black with #975916

Text Example


Text Example

White with #975916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975916; }

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

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

background-color css

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

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

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

border-color css

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

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

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