Html Css Color HEX #944F19 Saddle Brown

📋 copy color: '#944F19'

red 148 ◦ green 79 ◦ blue 25

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

Shades of Saddle Brown #944F19

Tints of Saddle Brown #944F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 58.73%
G = 31.35%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#944F19 (or 0x944F19) is known color: Saddle Brown. HEX triplet: 94, 4F and 19. RGB value is (148,79,25). Sum of RGB (Red+Green+Blue) = 148+79+25=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #944F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944F19 is #6BB0E6. Grayscale: #5D5D5D. Windows color (decimal): -7057639 or 1658772. OLE color: 1658772.

HSL color Cylindrical-coordinate representation of color #944F19: hue angle of 26.34º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #944F19 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 79 25 -
CMYK 0 0.47 0.83 0.42
HSL 26.34º 0.71% 0.34% -
HSV(B) 26.34º 0.83% 0.58% -
XYZ 15.18 11.96 2.43 -
YUV 93.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 148 79 25 0 0.47 0.83 0.42 26.34 0.71 0.34
Hex 94 4F 19 0 2F 53 2A 1A 47 22
Octal 224 117 31 0 57 123 52 32 107 42
Binary 10010100 1001111 11001 0 101111 1010011 101010 11010 1000111 100010

Color Harmonies of #944F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F19

Black with #944F19

Text Example


Text Example

White with #944F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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