Html Css Color HEX #994D18 Saddle Brown

📋 copy color: '#994D18'

red 153 ◦ green 77 ◦ blue 24

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

Shades of Saddle Brown #994D18

Tints of Saddle Brown #994D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

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

R = 60.24%
G = 30.31%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#994D18 (or 0x994D18) is known color: Saddle Brown. HEX triplet: 99, 4D and 18. RGB value is (153,77,24). Sum of RGB (Red+Green+Blue) = 153+77+24=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #994D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D18 is #66B2E7. Grayscale: #5D5D5D. Windows color (decimal): -6730472 or 1592729. OLE color: 1592729.

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

Color convert

RGB 153 77 24 -
CMYK 0 0.50 0.84 0.4
HSL 24.65º 0.73% 0.35% -
HSV(B) 24.65º 0.84% 0.6% -
XYZ 15.96 12.15 2.37 -
YUV 93.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 153 77 24 0 0.50 0.84 0.4 24.65 0.73 0.35
Hex 99 4D 18 0 32 54 28 19 49 23
Octal 231 115 30 0 62 124 50 31 111 43
Binary 10011001 1001101 11000 0 110010 1010100 101000 11001 1001001 100011

Color Harmonies of #994D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D18

Black with #994D18

Text Example


Text Example

White with #994D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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