Html Css Color HEX #974218 Saddle Brown

📋 copy color: '#974218'

red 151 ◦ green 66 ◦ blue 24

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

Shades of Saddle Brown #974218

Tints of Saddle Brown #974218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

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

R = 62.66%
G = 27.39%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#974218 (or 0x974218) is known color: Saddle Brown. HEX triplet: 97, 42 and 18. RGB value is (151,66,24). Sum of RGB (Red+Green+Blue) = 151+66+24=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #974218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974218 is #68BDE7. Grayscale: #565656. Windows color (decimal): -6864360 or 1589911. OLE color: 1589911.

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

Color convert

RGB 151 66 24 -
CMYK 0 0.56 0.84 0.41
HSL 19.84º 0.73% 0.34% -
HSV(B) 19.84º 0.84% 0.59% -
XYZ 14.88 10.54 2.11 -
YUV 86.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 151 66 24 0 0.56 0.84 0.41 19.84 0.73 0.34
Hex 97 42 18 0 38 54 29 14 49 22
Octal 227 102 30 0 70 124 51 24 111 42
Binary 10010111 1000010 11000 0 111000 1010100 101001 10100 1001001 100010

Color Harmonies of #974218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974218

Black with #974218

Text Example


Text Example

White with #974218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974218; }

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

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

background-color css

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

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

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

border-color css

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

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

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