Html Css Color HEX #944F15 Saddle Brown

📋 copy color: '#944F15'

red 148 ◦ green 79 ◦ blue 21

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

Shades of Saddle Brown #944F15

Tints of Saddle Brown #944F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 59.68%
G = 31.85%
B = 8.47%

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

#944F15 (or 0x944F15) is known color: Saddle Brown. HEX triplet: 94, 4F and 15. RGB value is (148,79,21). Sum of RGB (Red+Green+Blue) = 148+79+21=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #944F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944F15 is #6BB0EA. Grayscale: #5D5D5D. Windows color (decimal): -7057643 or 1396628. OLE color: 1396628.

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

Color convert

RGB 148 79 21 -
CMYK 0 0.47 0.86 0.42
HSL 27.4º 0.75% 0.33% -
HSV(B) 27.4º 0.86% 0.58% -
XYZ 15.14 11.94 2.22 -
YUV 93.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 148 79 21 0 0.47 0.86 0.42 27.4 0.75 0.33
Hex 94 4F 15 0 2F 56 2A 1B 4B 21
Octal 224 117 25 0 57 126 52 33 113 41
Binary 10010100 1001111 10101 0 101111 1010110 101010 11011 1001011 100001

Color Harmonies of #944F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F15

Black with #944F15

Text Example


Text Example

White with #944F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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