Html Css Color HEX #994910 Saddle Brown

📋 copy color: '#994910'

red 153 ◦ green 73 ◦ blue 16

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

Shades of Saddle Brown #994910

Tints of Saddle Brown #994910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 63.22%
G = 30.17%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#994910 (or 0x994910) is known color: Saddle Brown. HEX triplet: 99, 49 and 10. RGB value is (153,73,16). Sum of RGB (Red+Green+Blue) = 153+73+16=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #994910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994910 is #66B6EF. Grayscale: #5A5A5A. Windows color (decimal): -6731504 or 1067417. OLE color: 1067417.

HSL color Cylindrical-coordinate representation of color #994910: hue angle of 24.96º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #994910 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 16 -
CMYK 0 0.52 0.90 0.4
HSL 24.96º 0.81% 0.33% -
HSV(B) 24.96º 0.9% 0.6% -
XYZ 15.61 11.57 1.9 -
YUV 90.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 153 73 16 0 0.52 0.90 0.4 24.96 0.81 0.33
Hex 99 49 10 0 34 5A 28 19 51 21
Octal 231 111 20 0 64 132 50 31 121 41
Binary 10011001 1001001 10000 0 110100 1011010 101000 11001 1010001 100001

Color Harmonies of #994910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994910

Black with #994910

Text Example


Text Example

White with #994910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994910; }

 p { color: rgb(153,73,16); }

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

background-color css

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

 a { background-color: rgb(153,73,16); }

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

border-color css

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

 span { border-color: rgb(153,73,16); }

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