Html Css Color HEX #994018 Saddle Brown

📋 copy color: '#994018'

red 153 ◦ green 64 ◦ blue 24

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

Shades of Saddle Brown #994018

Tints of Saddle Brown #994018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

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

R = 63.49%
G = 26.56%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994018 (or 0x994018) is known color: Saddle Brown. HEX triplet: 99, 40 and 18. RGB value is (153,64,24). Sum of RGB (Red+Green+Blue) = 153+64+24=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994018 is #66BFE7. Grayscale: #565656. Windows color (decimal): -6733800 or 1589401. OLE color: 1589401.

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

Color convert

RGB 153 64 24 -
CMYK 0 0.58 0.84 0.4
HSL 18.6º 0.73% 0.35% -
HSV(B) 18.6º 0.84% 0.6% -
XYZ 15.14 10.51 2.09 -
YUV 86.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 153 64 24 0 0.58 0.84 0.4 18.6 0.73 0.35
Hex 99 40 18 0 3A 54 28 13 49 23
Octal 231 100 30 0 72 124 50 23 111 43
Binary 10011001 1000000 11000 0 111010 1010100 101000 10011 1001001 100011

Color Harmonies of #994018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994018

Black with #994018

Text Example


Text Example

White with #994018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994018; }

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

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

background-color css

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

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

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

border-color css

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

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

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