Html Css Color HEX #994F14 Saddle Brown

📋 copy color: '#994F14'

red 153 ◦ green 79 ◦ blue 20

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

Shades of Saddle Brown #994F14

Tints of Saddle Brown #994F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

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

R = 60.71%
G = 31.35%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#994F14 (or 0x994F14) is known color: Saddle Brown. HEX triplet: 99, 4F and 14. RGB value is (153,79,20). Sum of RGB (Red+Green+Blue) = 153+79+20=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #994F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994F14 is #66B0EB. Grayscale: #5E5E5E. Windows color (decimal): -6729964 or 1331097. OLE color: 1331097.

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

Color convert

RGB 153 79 20 -
CMYK 0 0.48 0.87 0.4
HSL 26.62º 0.77% 0.34% -
HSV(B) 26.62º 0.87% 0.6% -
XYZ 16.06 12.41 2.21 -
YUV 94.4 86.02 169.8 -
System Red Green Blue C M Y K H S L
Decimal 153 79 20 0 0.48 0.87 0.4 26.62 0.77 0.34
Hex 99 4F 14 0 30 57 28 1B 4D 22
Octal 231 117 24 0 60 127 50 33 115 42
Binary 10011001 1001111 10100 0 110000 1010111 101000 11011 1001101 100010

Color Harmonies of #994F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F14

Black with #994F14

Text Example


Text Example

White with #994F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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