Html Css Color HEX #973A15 Saddle Brown

📋 copy color: '#973A15'

red 151 ◦ green 58 ◦ blue 21

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

Shades of Saddle Brown #973A15

Tints of Saddle Brown #973A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 65.65%
G = 25.22%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#973A15 (or 0x973A15) is known color: Saddle Brown. HEX triplet: 97, 3A and 15. RGB value is (151,58,21). Sum of RGB (Red+Green+Blue) = 151+58+21=230 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.65% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 151 - color contains mainly: red. Hex color #973A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973A15 is #68C5EA. Grayscale: #515151. Windows color (decimal): -6866411 or 1391255. OLE color: 1391255.

HSL color Cylindrical-coordinate representation of color #973A15: hue angle of 17.08º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #973A15 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 58 21 -
CMYK 0 0.62 0.86 0.41
HSL 17.08º 0.76% 0.34% -
HSV(B) 17.08º 0.86% 0.59% -
XYZ 14.41 9.66 1.81 -
YUV 81.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 151 58 21 0 0.62 0.86 0.41 17.08 0.76 0.34
Hex 97 3A 15 0 3E 56 29 11 4C 22
Octal 227 72 25 0 76 126 51 21 114 42
Binary 10010111 111010 10101 0 111110 1010110 101001 10001 1001100 100010

Color Harmonies of #973A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973A15

Black with #973A15

Text Example


Text Example

White with #973A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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