Html Css Color HEX #974619 Saddle Brown

📋 copy color: '#974619'

red 151 ◦ green 70 ◦ blue 25

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

Shades of Saddle Brown #974619

Tints of Saddle Brown #974619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 61.38%
G = 28.46%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#974619 (or 0x974619) is known color: Saddle Brown. HEX triplet: 97, 46 and 19. RGB value is (151,70,25). Sum of RGB (Red+Green+Blue) = 151+70+25=246 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.38% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 151 - color contains mainly: red. Hex color #974619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974619 is #68B9E6. Grayscale: #595959. Windows color (decimal): -6863335 or 1656471. OLE color: 1656471.

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

Color convert

RGB 151 70 25 -
CMYK 0 0.54 0.83 0.41
HSL 21.43º 0.72% 0.35% -
HSV(B) 21.43º 0.83% 0.59% -
XYZ 15.13 11.03 2.25 -
YUV 89.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 151 70 25 0 0.54 0.83 0.41 21.43 0.72 0.35
Hex 97 46 19 0 36 53 29 15 48 23
Octal 227 106 31 0 66 123 51 25 110 43
Binary 10010111 1000110 11001 0 110110 1010011 101001 10101 1001000 100011

Color Harmonies of #974619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974619

Black with #974619

Text Example


Text Example

White with #974619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974619; }

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

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

background-color css

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

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

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

border-color css

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

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

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