Html Css Color HEX #994918 Saddle Brown

📋 copy color: '#994918'

red 153 ◦ green 73 ◦ blue 24

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

Shades of Saddle Brown #994918

Tints of Saddle Brown #994918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 61.2%
G = 29.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994918 (or 0x994918) is known color: Saddle Brown. HEX triplet: 99, 49 and 18. RGB value is (153,73,24). Sum of RGB (Red+Green+Blue) = 153+73+24=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #994918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994918 is #66B6E7. Grayscale: #5B5B5B. Windows color (decimal): -6731496 or 1591705. OLE color: 1591705.

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

Color convert

RGB 153 73 24 -
CMYK 0 0.52 0.84 0.4
HSL 22.79º 0.73% 0.35% -
HSV(B) 22.79º 0.84% 0.6% -
XYZ 15.68 11.6 2.28 -
YUV 91.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 153 73 24 0 0.52 0.84 0.4 22.79 0.73 0.35
Hex 99 49 18 0 34 54 28 17 49 23
Octal 231 111 30 0 64 124 50 27 111 43
Binary 10011001 1001001 11000 0 110100 1010100 101000 10111 1001001 100011

Color Harmonies of #994918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994918

Black with #994918

Text Example


Text Example

White with #994918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994918; }

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

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

background-color css

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

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

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

border-color css

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

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

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