Html Css Color HEX #974F17 Saddle Brown

📋 copy color: '#974F17'

red 151 ◦ green 79 ◦ blue 23

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

Shades of Saddle Brown #974F17

Tints of Saddle Brown #974F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 59.68%
G = 31.23%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#974F17 (or 0x974F17) is known color: Saddle Brown. HEX triplet: 97, 4F and 17. RGB value is (151,79,23). Sum of RGB (Red+Green+Blue) = 151+79+23=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #974F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974F17 is #68B0E8. Grayscale: #5E5E5E. Windows color (decimal): -6861033 or 1527703. OLE color: 1527703.

HSL color Cylindrical-coordinate representation of color #974F17: hue angle of 26.25º degrees, saturation: 0.74, 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 #974F17 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 79 23 -
CMYK 0 0.48 0.85 0.41
HSL 26.25º 0.74% 0.34% -
HSV(B) 26.25º 0.85% 0.59% -
XYZ 15.71 12.23 2.34 -
YUV 94.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 151 79 23 0 0.48 0.85 0.41 26.25 0.74 0.34
Hex 97 4F 17 0 30 55 29 1A 4A 22
Octal 227 117 27 0 60 125 51 32 112 42
Binary 10010111 1001111 10111 0 110000 1010101 101001 11010 1001010 100010

Color Harmonies of #974F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974F17

Black with #974F17

Text Example


Text Example

White with #974F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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