Html Css Color HEX #974A19 Saddle Brown

📋 copy color: '#974A19'

red 151 ◦ green 74 ◦ blue 25

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

Shades of Saddle Brown #974A19

Tints of Saddle Brown #974A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 60.4%
G = 29.6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#974A19 (or 0x974A19) is known color: Saddle Brown. HEX triplet: 97, 4A and 19. RGB value is (151,74,25). Sum of RGB (Red+Green+Blue) = 151+74+25=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #974A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A19 is #68B5E6. Grayscale: #5B5B5B. Windows color (decimal): -6862311 or 1657495. OLE color: 1657495.

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

Color convert

RGB 151 74 25 -
CMYK 0 0.51 0.83 0.41
HSL 23.33º 0.72% 0.35% -
HSV(B) 23.33º 0.83% 0.59% -
XYZ 15.39 11.55 2.34 -
YUV 91.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 151 74 25 0 0.51 0.83 0.41 23.33 0.72 0.35
Hex 97 4A 19 0 33 53 29 17 48 23
Octal 227 112 31 0 63 123 51 27 110 43
Binary 10010111 1001010 11001 0 110011 1010011 101001 10111 1001000 100011

Color Harmonies of #974A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974A19

Black with #974A19

Text Example


Text Example

White with #974A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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