Html Css Color HEX #974A11 Saddle Brown

📋 copy color: '#974A11'

red 151 ◦ green 74 ◦ blue 17

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

Shades of Saddle Brown #974A11

Tints of Saddle Brown #974A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

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

R = 62.4%
G = 30.58%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974A11 (or 0x974A11) is known color: Saddle Brown. HEX triplet: 97, 4A and 11. RGB value is (151,74,17). Sum of RGB (Red+Green+Blue) = 151+74+17=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #974A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A11 is #68B5EE. Grayscale: #5A5A5A. Windows color (decimal): -6862319 or 1133207. OLE color: 1133207.

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

Color convert

RGB 151 74 17 -
CMYK 0 0.51 0.89 0.41
HSL 25.52º 0.8% 0.33% -
HSV(B) 25.52º 0.89% 0.59% -
XYZ 15.31 11.52 1.95 -
YUV 90.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 151 74 17 0 0.51 0.89 0.41 25.52 0.8 0.33
Hex 97 4A 11 0 33 59 29 1A 50 21
Octal 227 112 21 0 63 131 51 32 120 41
Binary 10010111 1001010 10001 0 110011 1011001 101001 11010 1010000 100001

Color Harmonies of #974A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A11

Black with #974A11

Text Example


Text Example

White with #974A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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