Html Css Color HEX #994615 Saddle Brown

📋 copy color: '#994615'

red 153 ◦ green 70 ◦ blue 21

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

Shades of Saddle Brown #994615

Tints of Saddle Brown #994615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 62.7%
G = 28.69%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#994615 (or 0x994615) is known color: Saddle Brown. HEX triplet: 99, 46 and 15. RGB value is (153,70,21). Sum of RGB (Red+Green+Blue) = 153+70+21=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #994615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994615 is #66B9EA. Grayscale: #595959. Windows color (decimal): -6732267 or 1394329. OLE color: 1394329.

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

Color convert

RGB 153 70 21 -
CMYK 0 0.54 0.86 0.4
HSL 22.27º 0.76% 0.34% -
HSV(B) 22.27º 0.86% 0.6% -
XYZ 15.46 11.21 2.06 -
YUV 89.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 153 70 21 0 0.54 0.86 0.4 22.27 0.76 0.34
Hex 99 46 15 0 36 56 28 16 4C 22
Octal 231 106 25 0 66 126 50 26 114 42
Binary 10011001 1000110 10101 0 110110 1010110 101000 10110 1001100 100010

Color Harmonies of #994615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994615

Black with #994615

Text Example


Text Example

White with #994615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994615; }

 p { color: rgb(153,70,21); }

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

background-color css

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

 a { background-color: rgb(153,70,21); }

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

border-color css

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

 span { border-color: rgb(153,70,21); }

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