Html Css Color HEX #974515 Saddle Brown

📋 copy color: '#974515'

red 151 ◦ green 69 ◦ blue 21

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

Shades of Saddle Brown #974515

Tints of Saddle Brown #974515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.63%

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

R = 62.66%
G = 28.63%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#974515 (or 0x974515) is known color: Saddle Brown. HEX triplet: 97, 45 and 15. RGB value is (151,69,21). Sum of RGB (Red+Green+Blue) = 151+69+21=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #974515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974515 is #68BAEA. Grayscale: #585858. Windows color (decimal): -6863595 or 1394071. OLE color: 1394071.

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

Color convert

RGB 151 69 21 -
CMYK 0 0.54 0.86 0.41
HSL 22.15º 0.76% 0.34% -
HSV(B) 22.15º 0.86% 0.59% -
XYZ 15.03 10.89 2.02 -
YUV 88.05 90.17 172.9 -
System Red Green Blue C M Y K H S L
Decimal 151 69 21 0 0.54 0.86 0.41 22.15 0.76 0.34
Hex 97 45 15 0 36 56 29 16 4C 22
Octal 227 105 25 0 66 126 51 26 114 42
Binary 10010111 1000101 10101 0 110110 1010110 101001 10110 1001100 100010

Color Harmonies of #974515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974515

Black with #974515

Text Example


Text Example

White with #974515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974515; }

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

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

background-color css

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

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

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

border-color css

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

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

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