Html Css Color HEX #944112 Saddle Brown

📋 copy color: '#944112'

red 148 ◦ green 65 ◦ blue 18

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

Shades of Saddle Brown #944112

Tints of Saddle Brown #944112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 64.07%
G = 28.14%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#944112 (or 0x944112) is known color: Saddle Brown. HEX triplet: 94, 41 and 12. RGB value is (148,65,18). Sum of RGB (Red+Green+Blue) = 148+65+18=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #944112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944112 is #6BBEED. Grayscale: #545454. Windows color (decimal): -7061230 or 1196436. OLE color: 1196436.

HSL color Cylindrical-coordinate representation of color #944112: hue angle of 21.69º 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 #944112 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 18 -
CMYK 0 0.56 0.88 0.42
HSL 21.69º 0.78% 0.33% -
HSV(B) 21.69º 0.88% 0.58% -
XYZ 14.21 10.12 1.78 -
YUV 84.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 148 65 18 0 0.56 0.88 0.42 21.69 0.78 0.33
Hex 94 41 12 0 38 58 2A 16 4E 21
Octal 224 101 22 0 70 130 52 26 116 41
Binary 10010100 1000001 10010 0 111000 1011000 101010 10110 1001110 100001

Color Harmonies of #944112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944112

Black with #944112

Text Example


Text Example

White with #944112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944112; }

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

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

background-color css

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

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

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

border-color css

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

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

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