Html Css Color HEX #974417 Saddle Brown

📋 copy color: '#974417'

red 151 ◦ green 68 ◦ blue 23

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

Shades of Saddle Brown #974417

Tints of Saddle Brown #974417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 62.4%
G = 28.1%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#974417 (or 0x974417) is known color: Saddle Brown. HEX triplet: 97, 44 and 17. RGB value is (151,68,23). Sum of RGB (Red+Green+Blue) = 151+68+23=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #974417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974417 is #68BBE8. Grayscale: #575757. Windows color (decimal): -6863849 or 1524887. OLE color: 1524887.

HSL color Cylindrical-coordinate representation of color #974417: hue angle of 21.09º 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 #974417 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 23 -
CMYK 0 0.55 0.85 0.41
HSL 21.09º 0.74% 0.34% -
HSV(B) 21.09º 0.85% 0.59% -
XYZ 14.98 10.78 2.1 -
YUV 87.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 151 68 23 0 0.55 0.85 0.41 21.09 0.74 0.34
Hex 97 44 17 0 37 55 29 15 4A 22
Octal 227 104 27 0 67 125 51 25 112 42
Binary 10010111 1000100 10111 0 110111 1010101 101001 10101 1001010 100010

Color Harmonies of #974417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974417

Black with #974417

Text Example


Text Example

White with #974417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974417; }

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

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

background-color css

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

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

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

border-color css

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

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

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