Html Css Color HEX #975016 Saddle Brown

📋 copy color: '#975016'

red 151 ◦ green 80 ◦ blue 22

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

Shades of Saddle Brown #975016

Tints of Saddle Brown #975016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 59.68%
G = 31.62%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#975016 (or 0x975016) is known color: Saddle Brown. HEX triplet: 97, 50 and 16. RGB value is (151,80,22). Sum of RGB (Red+Green+Blue) = 151+80+22=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #975016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975016 is #68AFE9. Grayscale: #5E5E5E. Windows color (decimal): -6860778 or 1462423. OLE color: 1462423.

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

Color convert

RGB 151 80 22 -
CMYK 0 0.47 0.85 0.41
HSL 26.98º 0.75% 0.34% -
HSV(B) 26.98º 0.85% 0.59% -
XYZ 15.78 12.37 2.32 -
YUV 94.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 151 80 22 0 0.47 0.85 0.41 26.98 0.75 0.34
Hex 97 50 16 0 2F 55 29 1B 4B 22
Octal 227 120 26 0 57 125 51 33 113 42
Binary 10010111 1010000 10110 0 101111 1010101 101001 11011 1001011 100010

Color Harmonies of #975016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975016

Black with #975016

Text Example


Text Example

White with #975016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975016; }

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

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

background-color css

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

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

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

border-color css

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

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

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