Html Css Color HEX #994A10 Saddle Brown

📋 copy color: '#994A10'

red 153 ◦ green 74 ◦ blue 16

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

Shades of Saddle Brown #994A10

Tints of Saddle Brown #994A10

RGB

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

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

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

R = 62.96%
G = 30.45%
B = 6.58%

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

#994A10 (or 0x994A10) is known color: Saddle Brown. HEX triplet: 99, 4A and 10. RGB value is (153,74,16). Sum of RGB (Red+Green+Blue) = 153+74+16=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A10 is #66B5EF. Grayscale: #5B5B5B. Windows color (decimal): -6731248 or 1067673. OLE color: 1067673.

HSL color Cylindrical-coordinate representation of color #994A10: hue angle of 25.4º 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 #994A10 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 16 -
CMYK 0 0.52 0.90 0.4
HSL 25.4º 0.81% 0.33% -
HSV(B) 25.4º 0.9% 0.6% -
XYZ 15.68 11.71 1.92 -
YUV 91.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 153 74 16 0 0.52 0.90 0.4 25.4 0.81 0.33
Hex 99 4A 10 0 34 5A 28 19 51 21
Octal 231 112 20 0 64 132 50 31 121 41
Binary 10011001 1001010 10000 0 110100 1011010 101000 11001 1010001 100001

Color Harmonies of #994A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A10

Black with #994A10

Text Example


Text Example

White with #994A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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