Html Css Color HEX #944D15 Saddle Brown

📋 copy color: '#944D15'

red 148 ◦ green 77 ◦ blue 21

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

Shades of Saddle Brown #944D15

Tints of Saddle Brown #944D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 60.16%
G = 31.3%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#944D15 (or 0x944D15) is known color: Saddle Brown. HEX triplet: 94, 4D and 15. RGB value is (148,77,21). Sum of RGB (Red+Green+Blue) = 148+77+21=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #944D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D15 is #6BB2EA. Grayscale: #5C5C5C. Windows color (decimal): -7058155 or 1396116. OLE color: 1396116.

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

Color convert

RGB 148 77 21 -
CMYK 0 0.48 0.86 0.42
HSL 26.46º 0.75% 0.33% -
HSV(B) 26.46º 0.86% 0.58% -
XYZ 15 11.66 2.17 -
YUV 91.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 148 77 21 0 0.48 0.86 0.42 26.46 0.75 0.33
Hex 94 4D 15 0 30 56 2A 1A 4B 21
Octal 224 115 25 0 60 126 52 32 113 41
Binary 10010100 1001101 10101 0 110000 1010110 101010 11010 1001011 100001

Color Harmonies of #944D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944D15

Black with #944D15

Text Example


Text Example

White with #944D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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