Html Css Color HEX #974716 Saddle Brown

📋 copy color: '#974716'

red 151 ◦ green 71 ◦ blue 22

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

Shades of Saddle Brown #974716

Tints of Saddle Brown #974716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

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

R = 61.89%
G = 29.1%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#974716 (or 0x974716) is known color: Saddle Brown. HEX triplet: 97, 47 and 16. RGB value is (151,71,22). Sum of RGB (Red+Green+Blue) = 151+71+22=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #974716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974716 is #68B8E9. Grayscale: #595959. Windows color (decimal): -6863082 or 1460119. OLE color: 1460119.

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

Color convert

RGB 151 71 22 -
CMYK 0 0.53 0.85 0.41
HSL 22.79º 0.75% 0.34% -
HSV(B) 22.79º 0.85% 0.59% -
XYZ 15.16 11.14 2.11 -
YUV 89.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 151 71 22 0 0.53 0.85 0.41 22.79 0.75 0.34
Hex 97 47 16 0 35 55 29 17 4B 22
Octal 227 107 26 0 65 125 51 27 113 42
Binary 10010111 1000111 10110 0 110101 1010101 101001 10111 1001011 100010

Color Harmonies of #974716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974716

Black with #974716

Text Example


Text Example

White with #974716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974716; }

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

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

background-color css

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

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

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

border-color css

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

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

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