Html Css Color HEX #974904 Saddle Brown

📋 copy color: '#974904'

red 151 ◦ green 73 ◦ blue 4

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

Shades of Saddle Brown #974904

Tints of Saddle Brown #974904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 66.23%
G = 32.02%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#974904 (or 0x974904) is known color: Saddle Brown. HEX triplet: 97, 49 and 04. RGB value is (151,73,4). Sum of RGB (Red+Green+Blue) = 151+73+4=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #974904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974904 is #68B6FB. Grayscale: #585858. Windows color (decimal): -6862588 or 280983. OLE color: 280983.

HSL color Cylindrical-coordinate representation of color #974904: hue angle of 28.16º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #974904 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 4 -
CMYK 0 0.52 0.97 0.41
HSL 28.16º 0.95% 0.3% -
HSV(B) 28.16º 0.97% 0.59% -
XYZ 15.17 11.35 1.51 -
YUV 88.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 151 73 4 0 0.52 0.97 0.41 28.16 0.95 0.3
Hex 97 49 4 0 34 61 29 1C 5F 1E
Octal 227 111 4 0 64 141 51 34 137 36
Binary 10010111 1001001 100 0 110100 1100001 101001 11100 1011111 11110

Color Harmonies of #974904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974904

Black with #974904

Text Example


Text Example

White with #974904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974904; }

 p { color: rgb(151,73,4); }

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

background-color css

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

 a { background-color: rgb(151,73,4); }

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

border-color css

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

 span { border-color: rgb(151,73,4); }

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