Html Css Color HEX #974416 Saddle Brown

📋 copy color: '#974416'

red 151 ◦ green 68 ◦ blue 22

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

Shades of Saddle Brown #974416

Tints of Saddle Brown #974416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 62.66%
G = 28.22%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#974416 (or 0x974416) is known color: Saddle Brown. HEX triplet: 97, 44 and 16. RGB value is (151,68,22). Sum of RGB (Red+Green+Blue) = 151+68+22=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #974416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974416 is #68BBE9. Grayscale: #575757. Windows color (decimal): -6863850 or 1459351. OLE color: 1459351.

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

Color convert

RGB 151 68 22 -
CMYK 0 0.55 0.85 0.41
HSL 21.4º 0.75% 0.34% -
HSV(B) 21.4º 0.85% 0.59% -
XYZ 14.97 10.77 2.05 -
YUV 87.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 151 68 22 0 0.55 0.85 0.41 21.4 0.75 0.34
Hex 97 44 16 0 37 55 29 15 4B 22
Octal 227 104 26 0 67 125 51 25 113 42
Binary 10010111 1000100 10110 0 110111 1010101 101001 10101 1001011 100010

Color Harmonies of #974416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974416

Black with #974416

Text Example


Text Example

White with #974416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974416; }

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

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

background-color css

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

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

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

border-color css

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

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

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