Html Css Color HEX #974715 Saddle Brown

📋 copy color: '#974715'

red 151 ◦ green 71 ◦ blue 21

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

Shades of Saddle Brown #974715

Tints of Saddle Brown #974715

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.22%

 BLUE value IS 21 (8.59% from 255) = 8.64%

R = 62.14%
G = 29.22%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#974715 (or 0x974715) is known color: Saddle Brown. HEX triplet: 97, 47 and 15. RGB value is (151,71,21). Sum of RGB (Red+Green+Blue) = 151+71+21=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #974715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974715 is #68B8EA. Grayscale: #595959. Windows color (decimal): -6863083 or 1394583. OLE color: 1394583.

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

Color convert

RGB 151 71 21 -
CMYK 0 0.53 0.86 0.41
HSL 23.08º 0.76% 0.34% -
HSV(B) 23.08º 0.86% 0.59% -
XYZ 15.15 11.14 2.06 -
YUV 89.22 89.5 172.07 -
System Red Green Blue C M Y K H S L
Decimal 151 71 21 0 0.53 0.86 0.41 23.08 0.76 0.34
Hex 97 47 15 0 35 56 29 17 4C 22
Octal 227 107 25 0 65 126 51 27 114 42
Binary 10010111 1000111 10101 0 110101 1010110 101001 10111 1001100 100010

Color Harmonies of #974715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974715

Black with #974715

Text Example


Text Example

White with #974715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974715; }

 p { color: rgb(151,71,21); }

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

background-color css

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

 a { background-color: rgb(151,71,21); }

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

border-color css

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

 span { border-color: rgb(151,71,21); }

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