Html Css Color HEX #973A16 Saddle Brown

📋 copy color: '#973A16'

red 151 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #973A16

Tints of Saddle Brown #973A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.11%

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

R = 65.37%
G = 25.11%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#973A16 (or 0x973A16) is known color: Saddle Brown. HEX triplet: 97, 3A and 16. RGB value is (151,58,22). Sum of RGB (Red+Green+Blue) = 151+58+22=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #973A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973A16 is #68C5E9. Grayscale: #515151. Windows color (decimal): -6866410 or 1456791. OLE color: 1456791.

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

Color convert

RGB 151 58 22 -
CMYK 0 0.62 0.85 0.41
HSL 16.74º 0.75% 0.34% -
HSV(B) 16.74º 0.85% 0.59% -
XYZ 14.42 9.66 1.86 -
YUV 81.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 151 58 22 0 0.62 0.85 0.41 16.74 0.75 0.34
Hex 97 3A 16 0 3E 55 29 11 4B 22
Octal 227 72 26 0 76 125 51 21 113 42
Binary 10010111 111010 10110 0 111110 1010101 101001 10001 1001011 100010

Color Harmonies of #973A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A16

Black with #973A16

Text Example


Text Example

White with #973A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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