Html Css Color HEX #973D16 Saddle Brown

📋 copy color: '#973D16'

red 151 ◦ green 61 ◦ blue 22

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

Shades of Saddle Brown #973D16

Tints of Saddle Brown #973D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

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

R = 64.53%
G = 26.07%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#973D16 (or 0x973D16) is known color: Saddle Brown. HEX triplet: 97, 3D and 16. RGB value is (151,61,22). Sum of RGB (Red+Green+Blue) = 151+61+22=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #973D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973D16 is #68C2E9. Grayscale: #535353. Windows color (decimal): -6865642 or 1457559. OLE color: 1457559.

HSL color Cylindrical-coordinate representation of color #973D16: hue angle of 18.14º 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 #973D16 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 61 22 -
CMYK 0 0.60 0.85 0.41
HSL 18.14º 0.75% 0.34% -
HSV(B) 18.14º 0.85% 0.59% -
XYZ 14.58 9.97 1.92 -
YUV 83.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 151 61 22 0 0.60 0.85 0.41 18.14 0.75 0.34
Hex 97 3D 16 0 3C 55 29 12 4B 22
Octal 227 75 26 0 74 125 51 22 113 42
Binary 10010111 111101 10110 0 111100 1010101 101001 10010 1001011 100010

Color Harmonies of #973D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973D16

Black with #973D16

Text Example


Text Example

White with #973D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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