Html Css Color HEX #994414 Saddle Brown

📋 copy color: '#994414'

red 153 ◦ green 68 ◦ blue 20

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

Shades of Saddle Brown #994414

Tints of Saddle Brown #994414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 63.49%
G = 28.22%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#994414 (or 0x994414) is known color: Saddle Brown. HEX triplet: 99, 44 and 14. RGB value is (153,68,20). Sum of RGB (Red+Green+Blue) = 153+68+20=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994414 is #66BBEB. Grayscale: #585858. Windows color (decimal): -6732780 or 1328281. OLE color: 1328281.

HSL color Cylindrical-coordinate representation of color #994414: hue angle of 21.65º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #994414 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 20 -
CMYK 0 0.56 0.87 0.4
HSL 21.65º 0.77% 0.34% -
HSV(B) 21.65º 0.87% 0.6% -
XYZ 15.33 10.96 1.97 -
YUV 87.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 153 68 20 0 0.56 0.87 0.4 21.65 0.77 0.34
Hex 99 44 14 0 38 57 28 16 4D 22
Octal 231 104 24 0 70 127 50 26 115 42
Binary 10011001 1000100 10100 0 111000 1010111 101000 10110 1001101 100010

Color Harmonies of #994414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994414

Black with #994414

Text Example


Text Example

White with #994414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994414; }

 p { color: rgb(153,68,20); }

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

background-color css

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

 a { background-color: rgb(153,68,20); }

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

border-color css

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

 span { border-color: rgb(153,68,20); }

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