Html Css Color HEX #973100 Saddle Brown

📋 copy color: '#973100'

red 151 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #973100

Tints of Saddle Brown #973100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.5%
G = 24.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#973100 (or 0x973100) is known color: Saddle Brown. HEX triplet: 97, 31 and 00. RGB value is (151,49,0). Sum of RGB (Red+Green+Blue) = 151+49+0=200 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 151 - color contains mainly: red. Hex color #973100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973100 is #68CEFF. Grayscale: #4A4A4A. Windows color (decimal): -6868736 or 12695. OLE color: 12695.

HSL color Cylindrical-coordinate representation of color #973100: hue angle of 19.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #973100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 49 0 -
CMYK 0 0.68 1 0.41
HSL 19.47º 1% 0.3% -
HSV(B) 19.47º 1% 0.59% -
XYZ 13.86 8.78 0.96 -
YUV 73.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 151 49 0 0 0.68 1 0.41 19.47 1 0.3
Hex 97 31 0 0 44 64 29 13 64 1E
Octal 227 61 0 0 104 144 51 23 144 36
Binary 10010111 110001 0 0 1000100 1100100 101001 10011 1100100 11110

Color Harmonies of #973100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973100

Black with #973100

Text Example


Text Example

White with #973100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973100; }

 p { color: rgb(151,49,0); }

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

background-color css

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

 a { background-color: rgb(151,49,0); }

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

border-color css

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

 span { border-color: rgb(151,49,0); }

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