Html Css Color HEX #974905 Saddle Brown

📋 copy color: '#974905'

red 151 ◦ green 73 ◦ blue 5

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

Shades of Saddle Brown #974905

Tints of Saddle Brown #974905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 65.94%
G = 31.88%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#974905 (or 0x974905) is known color: Saddle Brown. HEX triplet: 97, 49 and 05. RGB value is (151,73,5). Sum of RGB (Red+Green+Blue) = 151+73+5=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #974905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974905 is #68B6FA. Grayscale: #585858. Windows color (decimal): -6862587 or 346519. OLE color: 346519.

HSL color Cylindrical-coordinate representation of color #974905: hue angle of 27.95º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #974905 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 5 -
CMYK 0 0.52 0.97 0.41
HSL 27.95º 0.94% 0.31% -
HSV(B) 27.95º 0.97% 0.59% -
XYZ 15.17 11.36 1.54 -
YUV 88.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 151 73 5 0 0.52 0.97 0.41 27.95 0.94 0.31
Hex 97 49 5 0 34 61 29 1C 5E 1F
Octal 227 111 5 0 64 141 51 34 136 37
Binary 10010111 1001001 101 0 110100 1100001 101001 11100 1011110 11111

Color Harmonies of #974905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974905

Black with #974905

Text Example


Text Example

White with #974905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974905; }

 p { color: rgb(151,73,5); }

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

background-color css

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

 a { background-color: rgb(151,73,5); }

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

border-color css

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

 span { border-color: rgb(151,73,5); }

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