Html Css Color HEX #974004 Saddle Brown

📋 copy color: '#974004'

red 151 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #974004

Tints of Saddle Brown #974004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

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

R = 68.95%
G = 29.22%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#974004 (or 0x974004) is known color: Saddle Brown. HEX triplet: 97, 40 and 04. RGB value is (151,64,4). Sum of RGB (Red+Green+Blue) = 151+64+4=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #974004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974004 is #68BFFB. Grayscale: #535353. Windows color (decimal): -6864892 or 278679. OLE color: 278679.

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

Color convert

RGB 151 64 4 -
CMYK 0 0.58 0.97 0.41
HSL 24.49º 0.95% 0.3% -
HSV(B) 24.49º 0.97% 0.59% -
XYZ 14.62 10.25 1.32 -
YUV 83.17 83.32 176.38 -
System Red Green Blue C M Y K H S L
Decimal 151 64 4 0 0.58 0.97 0.41 24.49 0.95 0.3
Hex 97 40 4 0 3A 61 29 18 5F 1E
Octal 227 100 4 0 72 141 51 30 137 36
Binary 10010111 1000000 100 0 111010 1100001 101001 11000 1011111 11110

Color Harmonies of #974004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974004

Black with #974004

Text Example


Text Example

White with #974004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974004; }

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

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

background-color css

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

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

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

border-color css

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

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

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