Html Css Color HEX #974319 Saddle Brown

📋 copy color: '#974319'

red 151 ◦ green 67 ◦ blue 25

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

Shades of Saddle Brown #974319

Tints of Saddle Brown #974319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

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

R = 62.14%
G = 27.57%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#974319 (or 0x974319) is known color: Saddle Brown. HEX triplet: 97, 43 and 19. RGB value is (151,67,25). Sum of RGB (Red+Green+Blue) = 151+67+25=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #974319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974319 is #68BCE6. Grayscale: #575757. Windows color (decimal): -6864103 or 1655703. OLE color: 1655703.

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

Color convert

RGB 151 67 25 -
CMYK 0 0.56 0.83 0.41
HSL 20º 0.72% 0.35% -
HSV(B) 20º 0.83% 0.59% -
XYZ 14.95 10.66 2.19 -
YUV 87.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 151 67 25 0 0.56 0.83 0.41 20 0.72 0.35
Hex 97 43 19 0 38 53 29 14 48 23
Octal 227 103 31 0 70 123 51 24 110 43
Binary 10010111 1000011 11001 0 111000 1010011 101001 10100 1001000 100011

Color Harmonies of #974319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974319

Black with #974319

Text Example


Text Example

White with #974319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974319; }

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

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

background-color css

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

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

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

border-color css

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

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

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