Html Css Color HEX #974013 Saddle Brown

📋 copy color: '#974013'

red 151 ◦ green 64 ◦ blue 19

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

Shades of Saddle Brown #974013

Tints of Saddle Brown #974013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 64.53%
G = 27.35%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#974013 (or 0x974013) is known color: Saddle Brown. HEX triplet: 97, 40 and 13. RGB value is (151,64,19). Sum of RGB (Red+Green+Blue) = 151+64+19=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #974013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974013 is #68BFEC. Grayscale: #555555. Windows color (decimal): -6864877 or 1261719. OLE color: 1261719.

HSL color Cylindrical-coordinate representation of color #974013: hue angle of 20.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #974013 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 19 -
CMYK 0 0.58 0.87 0.41
HSL 20.45º 0.78% 0.33% -
HSV(B) 20.45º 0.87% 0.59% -
XYZ 14.71 10.29 1.83 -
YUV 84.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 151 64 19 0 0.58 0.87 0.41 20.45 0.78 0.33
Hex 97 40 13 0 3A 57 29 14 4E 21
Octal 227 100 23 0 72 127 51 24 116 41
Binary 10010111 1000000 10011 0 111010 1010111 101001 10100 1001110 100001

Color Harmonies of #974013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974013

Black with #974013

Text Example


Text Example

White with #974013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974013; }

 p { color: rgb(151,64,19); }

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

background-color css

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

 a { background-color: rgb(151,64,19); }

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

border-color css

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

 span { border-color: rgb(151,64,19); }

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