Html Css Color HEX #974D10 Saddle Brown

📋 copy color: '#974D10'

red 151 ◦ green 77 ◦ blue 16

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

Shades of Saddle Brown #974D10

Tints of Saddle Brown #974D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 61.89%
G = 31.56%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974D10 (or 0x974D10) is known color: Saddle Brown. HEX triplet: 97, 4D and 10. RGB value is (151,77,16). Sum of RGB (Red+Green+Blue) = 151+77+16=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #974D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974D10 is #68B2EF. Grayscale: #5C5C5C. Windows color (decimal): -6861552 or 1068439. OLE color: 1068439.

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

Color convert

RGB 151 77 16 -
CMYK 0 0.49 0.89 0.41
HSL 27.11º 0.81% 0.33% -
HSV(B) 27.11º 0.89% 0.59% -
XYZ 15.51 11.92 1.97 -
YUV 92.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 151 77 16 0 0.49 0.89 0.41 27.11 0.81 0.33
Hex 97 4D 10 0 31 59 29 1B 51 21
Octal 227 115 20 0 61 131 51 33 121 41
Binary 10010111 1001101 10000 0 110001 1011001 101001 11011 1010001 100001

Color Harmonies of #974D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974D10

Black with #974D10

Text Example


Text Example

White with #974D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,16); }

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

background-color css

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

 a { background-color: rgb(151,77,16); }

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

border-color css

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

 span { border-color: rgb(151,77,16); }

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