Html Css Color HEX #974A05 Saddle Brown

📋 copy color: '#974A05'

red 151 ◦ green 74 ◦ blue 5

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

Shades of Saddle Brown #974A05

Tints of Saddle Brown #974A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 65.65%
G = 32.17%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#974A05 (or 0x974A05) is known color: Saddle Brown. HEX triplet: 97, 4A and 05. RGB value is (151,74,5). Sum of RGB (Red+Green+Blue) = 151+74+5=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #974A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A05 is #68B5FA. Grayscale: #595959. Windows color (decimal): -6862331 or 346775. OLE color: 346775.

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

Color convert

RGB 151 74 5 -
CMYK 0 0.51 0.97 0.41
HSL 28.36º 0.94% 0.31% -
HSV(B) 28.36º 0.97% 0.59% -
XYZ 15.24 11.49 1.56 -
YUV 89.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 151 74 5 0 0.51 0.97 0.41 28.36 0.94 0.31
Hex 97 4A 5 0 33 61 29 1C 5E 1F
Octal 227 112 5 0 63 141 51 34 136 37
Binary 10010111 1001010 101 0 110011 1100001 101001 11100 1011110 11111

Color Harmonies of #974A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A05

Black with #974A05

Text Example


Text Example

White with #974A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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