Html Css Color HEX #972701 Saddle Brown

📋 copy color: '#972701'

red 151 ◦ green 39 ◦ blue 1

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

Shades of Saddle Brown #972701

Tints of Saddle Brown #972701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.42%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 79.06%
G = 20.42%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#972701 (or 0x972701) is known color: Saddle Brown. HEX triplet: 97, 27 and 01. RGB value is (151,39,1). Sum of RGB (Red+Green+Blue) = 151+39+1=191 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.06% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 151 - color contains mainly: red. Hex color #972701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972701 is #68D8FE. Grayscale: #444444. Windows color (decimal): -6871295 or 75671. OLE color: 75671.

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

Color convert

RGB 151 39 1 -
CMYK 0 0.74 0.99 0.41
HSL 15.2º 0.99% 0.3% -
HSV(B) 15.2º 0.99% 0.59% -
XYZ 13.49 8.03 0.87 -
YUV 68.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 151 39 1 0 0.74 0.99 0.41 15.2 0.99 0.3
Hex 97 27 1 0 4A 63 29 F 63 1E
Octal 227 47 1 0 112 143 51 17 143 36
Binary 10010111 100111 1 0 1001010 1100011 101001 1111 1100011 11110

Color Harmonies of #972701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972701

Black with #972701

Text Example


Text Example

White with #972701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972701; }

 p { color: rgb(151,39,1); }

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

background-color css

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

 a { background-color: rgb(151,39,1); }

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

border-color css

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

 span { border-color: rgb(151,39,1); }

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