Html Css Color HEX #974711 Saddle Brown

📋 copy color: '#974711'

red 151 ◦ green 71 ◦ blue 17

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

Shades of Saddle Brown #974711

Tints of Saddle Brown #974711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 63.18%
G = 29.71%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974711 (or 0x974711) is known color: Saddle Brown. HEX triplet: 97, 47 and 11. RGB value is (151,71,17). Sum of RGB (Red+Green+Blue) = 151+71+17=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #974711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974711 is #68B8EE. Grayscale: #595959. Windows color (decimal): -6863087 or 1132439. OLE color: 1132439.

HSL color Cylindrical-coordinate representation of color #974711: hue angle of 24.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #974711 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 71 17 -
CMYK 0 0.53 0.89 0.41
HSL 24.18º 0.8% 0.33% -
HSV(B) 24.18º 0.89% 0.59% -
XYZ 15.12 11.13 1.88 -
YUV 88.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 151 71 17 0 0.53 0.89 0.41 24.18 0.8 0.33
Hex 97 47 11 0 35 59 29 18 50 21
Octal 227 107 21 0 65 131 51 30 120 41
Binary 10010111 1000111 10001 0 110101 1011001 101001 11000 1010000 100001

Color Harmonies of #974711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974711

Black with #974711

Text Example


Text Example

White with #974711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974711; }

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

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

background-color css

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

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

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

border-color css

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

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

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