Html Css Color HEX #944F12 Saddle Brown

📋 copy color: '#944F12'

red 148 ◦ green 79 ◦ blue 18

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

Shades of Saddle Brown #944F12

Tints of Saddle Brown #944F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 60.41%
G = 32.24%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#944F12 (or 0x944F12) is known color: Saddle Brown. HEX triplet: 94, 4F and 12. RGB value is (148,79,18). Sum of RGB (Red+Green+Blue) = 148+79+18=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #944F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944F12 is #6BB0ED. Grayscale: #5C5C5C. Windows color (decimal): -7057646 or 1200020. OLE color: 1200020.

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

Color convert

RGB 148 79 18 -
CMYK 0 0.47 0.88 0.42
HSL 28.15º 0.78% 0.33% -
HSV(B) 28.15º 0.88% 0.58% -
XYZ 15.12 11.93 2.08 -
YUV 92.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 148 79 18 0 0.47 0.88 0.42 28.15 0.78 0.33
Hex 94 4F 12 0 2F 58 2A 1C 4E 21
Octal 224 117 22 0 57 130 52 34 116 41
Binary 10010100 1001111 10010 0 101111 1011000 101010 11100 1001110 100001

Color Harmonies of #944F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944F12

Black with #944F12

Text Example


Text Example

White with #944F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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