Html Css Color HEX #944F16 Saddle Brown

📋 copy color: '#944F16'

red 148 ◦ green 79 ◦ blue 22

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

Shades of Saddle Brown #944F16

Tints of Saddle Brown #944F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 59.44%
G = 31.73%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#944F16 (or 0x944F16) is known color: Saddle Brown. HEX triplet: 94, 4F and 16. RGB value is (148,79,22). Sum of RGB (Red+Green+Blue) = 148+79+22=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #944F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944F16 is #6BB0E9. Grayscale: #5D5D5D. Windows color (decimal): -7057642 or 1462164. OLE color: 1462164.

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

Color convert

RGB 148 79 22 -
CMYK 0 0.47 0.85 0.42
HSL 27.14º 0.74% 0.33% -
HSV(B) 27.14º 0.85% 0.58% -
XYZ 15.15 11.95 2.27 -
YUV 93.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 148 79 22 0 0.47 0.85 0.42 27.14 0.74 0.33
Hex 94 4F 16 0 2F 55 2A 1B 4A 21
Octal 224 117 26 0 57 125 52 33 112 41
Binary 10010100 1001111 10110 0 101111 1010101 101010 11011 1001010 100001

Color Harmonies of #944F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F16

Black with #944F16

Text Example


Text Example

White with #944F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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