Html Css Color HEX #994A04 Saddle Brown

📋 copy color: '#994A04'

red 153 ◦ green 74 ◦ blue 4

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

Shades of Saddle Brown #994A04

Tints of Saddle Brown #994A04

RGB

 RED value IS 153 (60.16% from 255) = 66.23%

 GREEN value IS 74 (29.3% from 255) = 32.03%

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

R = 66.23%
G = 32.03%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#994A04 (or 0x994A04) is known color: Saddle Brown. HEX triplet: 99, 4A and 04. RGB value is (153,74,4). Sum of RGB (Red+Green+Blue) = 153+74+4=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #994A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A04 is #66B5FB. Grayscale: #5A5A5A. Windows color (decimal): -6731260 or 281241. OLE color: 281241.

HSL color Cylindrical-coordinate representation of color #994A04: hue angle of 28.19º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #994A04 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 4 -
CMYK 0 0.52 0.97 0.4
HSL 28.19º 0.95% 0.31% -
HSV(B) 28.19º 0.97% 0.6% -
XYZ 15.61 11.68 1.55 -
YUV 89.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 153 74 4 0 0.52 0.97 0.4 28.19 0.95 0.31
Hex 99 4A 4 0 34 61 28 1C 5F 1F
Octal 231 112 4 0 64 141 50 34 137 37
Binary 10011001 1001010 100 0 110100 1100001 101000 11100 1011111 11111

Color Harmonies of #994A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A04

Black with #994A04

Text Example


Text Example

White with #994A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994A04; }

 p { color: rgb(153,74,4); }

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

background-color css

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

 a { background-color: rgb(153,74,4); }

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

border-color css

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

 span { border-color: rgb(153,74,4); }

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