Html Css Color HEX #975014 Saddle Brown

📋 copy color: '#975014'

red 151 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #975014

Tints of Saddle Brown #975014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 60.16%
G = 31.87%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#975014 (or 0x975014) is known color: Saddle Brown. HEX triplet: 97, 50 and 14. RGB value is (151,80,20). Sum of RGB (Red+Green+Blue) = 151+80+20=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #975014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975014 is #68AFEB. Grayscale: #5E5E5E. Windows color (decimal): -6860780 or 1331351. OLE color: 1331351.

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

Color convert

RGB 151 80 20 -
CMYK 0 0.47 0.87 0.41
HSL 27.48º 0.77% 0.34% -
HSV(B) 27.48º 0.87% 0.59% -
XYZ 15.76 12.37 2.22 -
YUV 94.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 151 80 20 0 0.47 0.87 0.41 27.48 0.77 0.34
Hex 97 50 14 0 2F 57 29 1B 4D 22
Octal 227 120 24 0 57 127 51 33 115 42
Binary 10010111 1010000 10100 0 101111 1010111 101001 11011 1001101 100010

Color Harmonies of #975014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975014

Black with #975014

Text Example


Text Example

White with #975014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975014; }

 p { color: rgb(151,80,20); }

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

background-color css

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

 a { background-color: rgb(151,80,20); }

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

border-color css

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

 span { border-color: rgb(151,80,20); }

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