Html Css Color HEX #994518 Saddle Brown

📋 copy color: '#994518'

red 153 ◦ green 69 ◦ blue 24

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

Shades of Saddle Brown #994518

Tints of Saddle Brown #994518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 62.2%
G = 28.05%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994518 (or 0x994518) is known color: Saddle Brown. HEX triplet: 99, 45 and 18. RGB value is (153,69,24). Sum of RGB (Red+Green+Blue) = 153+69+24=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #994518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994518 is #66BAE7. Grayscale: #595959. Windows color (decimal): -6732520 or 1590681. OLE color: 1590681.

HSL color Cylindrical-coordinate representation of color #994518: hue angle of 20.93º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #994518 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 69 24 -
CMYK 0 0.55 0.84 0.4
HSL 20.93º 0.73% 0.35% -
HSV(B) 20.93º 0.84% 0.6% -
XYZ 15.43 11.09 2.19 -
YUV 88.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 153 69 24 0 0.55 0.84 0.4 20.93 0.73 0.35
Hex 99 45 18 0 37 54 28 15 49 23
Octal 231 105 30 0 67 124 50 25 111 43
Binary 10011001 1000101 11000 0 110111 1010100 101000 10101 1001001 100011

Color Harmonies of #994518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994518

Black with #994518

Text Example


Text Example

White with #994518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994518; }

 p { color: rgb(153,69,24); }

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

background-color css

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

 a { background-color: rgb(153,69,24); }

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

border-color css

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

 span { border-color: rgb(153,69,24); }

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