Html Css Color HEX #974C04 Saddle Brown

📋 copy color: '#974C04'

red 151 ◦ green 76 ◦ blue 4

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

Shades of Saddle Brown #974C04

Tints of Saddle Brown #974C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 65.37%
G = 32.9%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#974C04 (or 0x974C04) is known color: Saddle Brown. HEX triplet: 97, 4C and 04. RGB value is (151,76,4). Sum of RGB (Red+Green+Blue) = 151+76+4=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #974C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974C04 is #68B3FB. Grayscale: #5A5A5A. Windows color (decimal): -6861820 or 281751. OLE color: 281751.

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

Color convert

RGB 151 76 4 -
CMYK 0 0.50 0.97 0.41
HSL 29.39º 0.95% 0.3% -
HSV(B) 29.39º 0.97% 0.59% -
XYZ 15.37 11.76 1.57 -
YUV 90.22 79.35 171.35 -
System Red Green Blue C M Y K H S L
Decimal 151 76 4 0 0.50 0.97 0.41 29.39 0.95 0.3
Hex 97 4C 4 0 32 61 29 1D 5F 1E
Octal 227 114 4 0 62 141 51 35 137 36
Binary 10010111 1001100 100 0 110010 1100001 101001 11101 1011111 11110

Color Harmonies of #974C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974C04

Black with #974C04

Text Example


Text Example

White with #974C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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