Html Css Color HEX #994114 Saddle Brown

📋 copy color: '#994114'

red 153 ◦ green 65 ◦ blue 20

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

Shades of Saddle Brown #994114

Tints of Saddle Brown #994114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.31%

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

R = 64.29%
G = 27.31%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#994114 (or 0x994114) is known color: Saddle Brown. HEX triplet: 99, 41 and 14. RGB value is (153,65,20). Sum of RGB (Red+Green+Blue) = 153+65+20=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #994114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994114 is #66BEEB. Grayscale: #565656. Windows color (decimal): -6733548 or 1327513. OLE color: 1327513.

HSL color Cylindrical-coordinate representation of color #994114: hue angle of 20.3º 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 #994114 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 20 -
CMYK 0 0.58 0.87 0.4
HSL 20.3º 0.77% 0.34% -
HSV(B) 20.3º 0.87% 0.6% -
XYZ 15.15 10.6 1.91 -
YUV 86.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 153 65 20 0 0.58 0.87 0.4 20.3 0.77 0.34
Hex 99 41 14 0 3A 57 28 14 4D 22
Octal 231 101 24 0 72 127 50 24 115 42
Binary 10011001 1000001 10100 0 111010 1010111 101000 10100 1001101 100010

Color Harmonies of #994114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994114

Black with #994114

Text Example


Text Example

White with #994114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994114; }

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

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

background-color css

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

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

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

border-color css

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

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

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