Html Css Color HEX #974601 Saddle Brown

📋 copy color: '#974601'

red 151 ◦ green 70 ◦ blue 1

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

Shades of Saddle Brown #974601

Tints of Saddle Brown #974601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 68.02%
G = 31.53%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#974601 (or 0x974601) is known color: Saddle Brown. HEX triplet: 97, 46 and 01. RGB value is (151,70,1). Sum of RGB (Red+Green+Blue) = 151+70+1=222 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.02% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 151 - color contains mainly: red. Hex color #974601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974601 is #68B9FE. Grayscale: #565656. Windows color (decimal): -6863359 or 83607. OLE color: 83607.

HSL color Cylindrical-coordinate representation of color #974601: hue angle of 27.6º 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 #974601 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 70 1 -
CMYK 0 0.54 0.99 0.41
HSL 27.6º 0.99% 0.3% -
HSV(B) 27.6º 0.99% 0.59% -
XYZ 14.96 10.96 1.36 -
YUV 86.35 79.84 174.11 -
System Red Green Blue C M Y K H S L
Decimal 151 70 1 0 0.54 0.99 0.41 27.6 0.99 0.3
Hex 97 46 1 0 36 63 29 1C 63 1E
Octal 227 106 1 0 66 143 51 34 143 36
Binary 10010111 1000110 1 0 110110 1100011 101001 11100 1100011 11110

Color Harmonies of #974601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974601

Black with #974601

Text Example


Text Example

White with #974601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974601; }

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

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

background-color css

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

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

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

border-color css

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

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

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