Html Css Color HEX #974C01 Saddle Brown

📋 copy color: '#974C01'

red 151 ◦ green 76 ◦ blue 1

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

Shades of Saddle Brown #974C01

Tints of Saddle Brown #974C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

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

R = 66.23%
G = 33.33%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#974C01 (or 0x974C01) is known color: Saddle Brown. HEX triplet: 97, 4C and 01. RGB value is (151,76,1). Sum of RGB (Red+Green+Blue) = 151+76+1=228 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.23% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 151 - color contains mainly: red. Hex color #974C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974C01 is #68B3FE. Grayscale: #5A5A5A. Windows color (decimal): -6861823 or 85143. OLE color: 85143.

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

Color convert

RGB 151 76 1 -
CMYK 0 0.50 0.99 0.41
HSL 30º 0.99% 0.3% -
HSV(B) 30º 0.99% 0.59% -
XYZ 15.35 11.75 1.49 -
YUV 89.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 151 76 1 0 0.50 0.99 0.41 30 0.99 0.3
Hex 97 4C 1 0 32 63 29 1E 63 1E
Octal 227 114 1 0 62 143 51 36 143 36
Binary 10010111 1001100 1 0 110010 1100011 101001 11110 1100011 11110

Color Harmonies of #974C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C01

Black with #974C01

Text Example


Text Example

White with #974C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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