Html Css Color HEX #974314 Saddle Brown

📋 copy color: '#974314'

red 151 ◦ green 67 ◦ blue 20

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

Shades of Saddle Brown #974314

Tints of Saddle Brown #974314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 63.45%
G = 28.15%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#974314 (or 0x974314) is known color: Saddle Brown. HEX triplet: 97, 43 and 14. RGB value is (151,67,20). Sum of RGB (Red+Green+Blue) = 151+67+20=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #974314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974314 is #68BCEB. Grayscale: #575757. Windows color (decimal): -6864108 or 1328023. OLE color: 1328023.

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

Color convert

RGB 151 67 20 -
CMYK 0 0.56 0.87 0.41
HSL 21.53º 0.77% 0.34% -
HSV(B) 21.53º 0.87% 0.59% -
XYZ 14.9 10.64 1.93 -
YUV 86.76 90.33 173.82 -
System Red Green Blue C M Y K H S L
Decimal 151 67 20 0 0.56 0.87 0.41 21.53 0.77 0.34
Hex 97 43 14 0 38 57 29 16 4D 22
Octal 227 103 24 0 70 127 51 26 115 42
Binary 10010111 1000011 10100 0 111000 1010111 101001 10110 1001101 100010

Color Harmonies of #974314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974314

Black with #974314

Text Example


Text Example

White with #974314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974314; }

 p { color: rgb(151,67,20); }

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

background-color css

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

 a { background-color: rgb(151,67,20); }

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

border-color css

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

 span { border-color: rgb(151,67,20); }

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