Html Css Color HEX #974A07 Saddle Brown

📋 copy color: '#974A07'

red 151 ◦ green 74 ◦ blue 7

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

Shades of Saddle Brown #974A07

Tints of Saddle Brown #974A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.9%

 BLUE value IS 7 (3.13% from 255) = 3.02%

R = 65.09%
G = 31.9%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#974A07 (or 0x974A07) is known color: Saddle Brown. HEX triplet: 97, 4A and 07. RGB value is (151,74,7). Sum of RGB (Red+Green+Blue) = 151+74+7=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #974A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A07 is #68B5F8. Grayscale: #595959. Windows color (decimal): -6862329 or 477847. OLE color: 477847.

HSL color Cylindrical-coordinate representation of color #974A07: hue angle of 27.92º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #974A07 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 74 7 -
CMYK 0 0.51 0.95 0.41
HSL 27.92º 0.91% 0.31% -
HSV(B) 27.92º 0.95% 0.59% -
XYZ 15.25 11.49 1.62 -
YUV 89.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 151 74 7 0 0.51 0.95 0.41 27.92 0.91 0.31
Hex 97 4A 7 0 33 5F 29 1C 5B 1F
Octal 227 112 7 0 63 137 51 34 133 37
Binary 10010111 1001010 111 0 110011 1011111 101001 11100 1011011 11111

Color Harmonies of #974A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A07

Black with #974A07

Text Example


Text Example

White with #974A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974A07; }

 p { color: rgb(151,74,7); }

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

background-color css

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

 a { background-color: rgb(151,74,7); }

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

border-color css

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

 span { border-color: rgb(151,74,7); }

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