Html Css Color HEX #974418 Saddle Brown

📋 copy color: '#974418'

red 151 ◦ green 68 ◦ blue 24

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

Shades of Saddle Brown #974418

Tints of Saddle Brown #974418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 62.14%
G = 27.98%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#974418 (or 0x974418) is known color: Saddle Brown. HEX triplet: 97, 44 and 18. RGB value is (151,68,24). Sum of RGB (Red+Green+Blue) = 151+68+24=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #974418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974418 is #68BBE7. Grayscale: #585858. Windows color (decimal): -6863848 or 1590423. OLE color: 1590423.

HSL color Cylindrical-coordinate representation of color #974418: hue angle of 20.79º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #974418 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 68 24 -
CMYK 0 0.55 0.84 0.41
HSL 20.79º 0.73% 0.34% -
HSV(B) 20.79º 0.84% 0.59% -
XYZ 14.99 10.78 2.15 -
YUV 87.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 151 68 24 0 0.55 0.84 0.41 20.79 0.73 0.34
Hex 97 44 18 0 37 54 29 15 49 22
Octal 227 104 30 0 67 124 51 25 111 42
Binary 10010111 1000100 11000 0 110111 1010100 101001 10101 1001001 100010

Color Harmonies of #974418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974418

Black with #974418

Text Example


Text Example

White with #974418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974418; }

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

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

background-color css

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

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

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

border-color css

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

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

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