Html Css Color HEX #994A0A Saddle Brown

📋 copy color: '#994A0A'

red 153 ◦ green 74 ◦ blue 10

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

Shades of Saddle Brown #994A0A

Tints of Saddle Brown #994A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 64.56%
G = 31.22%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#994A0A (or 0x994A0A) is known color: Saddle Brown. HEX triplet: 99, 4A and 0A. RGB value is (153,74,10). Sum of RGB (Red+Green+Blue) = 153+74+10=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #994A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A0A is #66B5F5. Grayscale: #5A5A5A. Windows color (decimal): -6731254 or 674457. OLE color: 674457.

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

Color convert

RGB 153 74 10 -
CMYK 0 0.52 0.93 0.4
HSL 26.85º 0.88% 0.32% -
HSV(B) 26.85º 0.93% 0.6% -
XYZ 15.64 11.69 1.72 -
YUV 90.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 153 74 10 0 0.52 0.93 0.4 26.85 0.88 0.32
Hex 99 4A A 0 34 5D 28 1B 58 20
Octal 231 112 12 0 64 135 50 33 130 40
Binary 10011001 1001010 1010 0 110100 1011101 101000 11011 1011000 100000

Color Harmonies of #994A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A0A

Black with #994A0A

Text Example


Text Example

White with #994A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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