Html Css Color HEX #974F15 Saddle Brown

📋 copy color: '#974F15'

red 151 ◦ green 79 ◦ blue 21

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

Shades of Saddle Brown #974F15

Tints of Saddle Brown #974F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.47%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 60.16%
G = 31.47%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#974F15 (or 0x974F15) is known color: Saddle Brown. HEX triplet: 97, 4F and 15. RGB value is (151,79,21). Sum of RGB (Red+Green+Blue) = 151+79+21=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #974F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974F15 is #68B0EA. Grayscale: #5E5E5E. Windows color (decimal): -6861035 or 1396631. OLE color: 1396631.

HSL color Cylindrical-coordinate representation of color #974F15: hue angle of 26.77º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #974F15 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 79 21 -
CMYK 0 0.48 0.86 0.41
HSL 26.77º 0.76% 0.34% -
HSV(B) 26.77º 0.86% 0.59% -
XYZ 15.69 12.23 2.24 -
YUV 93.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 151 79 21 0 0.48 0.86 0.41 26.77 0.76 0.34
Hex 97 4F 15 0 30 56 29 1B 4C 22
Octal 227 117 25 0 60 126 51 33 114 42
Binary 10010111 1001111 10101 0 110000 1010110 101001 11011 1001100 100010

Color Harmonies of #974F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F15

Black with #974F15

Text Example


Text Example

White with #974F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,79,21); }

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

background-color css

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

 a { background-color: rgb(151,79,21); }

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

border-color css

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

 span { border-color: rgb(151,79,21); }

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