Html Css Color HEX #944E15 Saddle Brown

📋 copy color: '#944E15'

red 148 ◦ green 78 ◦ blue 21

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

Shades of Saddle Brown #944E15

Tints of Saddle Brown #944E15

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

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

R = 59.92%
G = 31.58%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#944E15 (or 0x944E15) is known color: Saddle Brown. HEX triplet: 94, 4E and 15. RGB value is (148,78,21). Sum of RGB (Red+Green+Blue) = 148+78+21=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #944E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944E15 is #6BB1EA. Grayscale: #5C5C5C. Windows color (decimal): -7057899 or 1396372. OLE color: 1396372.

HSL color Cylindrical-coordinate representation of color #944E15: hue angle of 26.93º 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 #944E15 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 78 21 -
CMYK 0 0.47 0.86 0.42
HSL 26.93º 0.75% 0.33% -
HSV(B) 26.93º 0.86% 0.58% -
XYZ 15.07 11.8 2.19 -
YUV 92.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 148 78 21 0 0.47 0.86 0.42 26.93 0.75 0.33
Hex 94 4E 15 0 2F 56 2A 1B 4B 21
Octal 224 116 25 0 57 126 52 33 113 41
Binary 10010100 1001110 10101 0 101111 1010110 101010 11011 1001011 100001

Color Harmonies of #944E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944E15

Black with #944E15

Text Example


Text Example

White with #944E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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