Html Css Color HEX #975214 Saddle Brown

📋 copy color: '#975214'

red 151 ◦ green 82 ◦ blue 20

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

Shades of Saddle Brown #975214

Tints of Saddle Brown #975214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

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

R = 59.68%
G = 32.41%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#975214 (or 0x975214) is known color: Saddle Brown. HEX triplet: 97, 52 and 14. RGB value is (151,82,20). Sum of RGB (Red+Green+Blue) = 151+82+20=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #975214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975214 is #68ADEB. Grayscale: #5F5F5F. Windows color (decimal): -6860268 or 1331863. OLE color: 1331863.

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

Color convert

RGB 151 82 20 -
CMYK 0 0.46 0.87 0.41
HSL 28.4º 0.77% 0.34% -
HSV(B) 28.4º 0.87% 0.59% -
XYZ 15.91 12.66 2.27 -
YUV 95.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 151 82 20 0 0.46 0.87 0.41 28.4 0.77 0.34
Hex 97 52 14 0 2E 57 29 1C 4D 22
Octal 227 122 24 0 56 127 51 34 115 42
Binary 10010111 1010010 10100 0 101110 1010111 101001 11100 1001101 100010

Color Harmonies of #975214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975214

Black with #975214

Text Example


Text Example

White with #975214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975214; }

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

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

background-color css

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

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

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

border-color css

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

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

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