Html Css Color HEX #944D11 Saddle Brown

📋 copy color: '#944D11'

red 148 ◦ green 77 ◦ blue 17

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

Shades of Saddle Brown #944D11

Tints of Saddle Brown #944D11

RGB

 RED value IS 148 (58.2% from 255) = 61.16%

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 61.16%
G = 31.82%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#944D11 (or 0x944D11) is known color: Saddle Brown. HEX triplet: 94, 4D and 11. RGB value is (148,77,17). Sum of RGB (Red+Green+Blue) = 148+77+17=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #944D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D11 is #6BB2EE. Grayscale: #5B5B5B. Windows color (decimal): -7058159 or 1133972. OLE color: 1133972.

HSL color Cylindrical-coordinate representation of color #944D11: hue angle of 27.48º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #944D11 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 77 17 -
CMYK 0 0.48 0.89 0.42
HSL 27.48º 0.79% 0.32% -
HSV(B) 27.48º 0.89% 0.58% -
XYZ 14.97 11.64 1.99 -
YUV 91.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 148 77 17 0 0.48 0.89 0.42 27.48 0.79 0.32
Hex 94 4D 11 0 30 59 2A 1B 4F 20
Octal 224 115 21 0 60 131 52 33 117 40
Binary 10010100 1001101 10001 0 110000 1011001 101010 11011 1001111 100000

Color Harmonies of #944D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944D11

Black with #944D11

Text Example


Text Example

White with #944D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944D11; }

 p { color: rgb(148,77,17); }

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

background-color css

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

 a { background-color: rgb(148,77,17); }

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

border-color css

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

 span { border-color: rgb(148,77,17); }

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