#944114

Color #944114 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #944114

Tints of Saddle Brown #944114

Color information

#944114 (or 0x944114) is unknown color: approx Saddle Brown. HEX triplet: 94, 41 and 14. RGB value is (148,65,20). Sum of RGB (Red+Green+Blue) = 148+65+20=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #944114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944114 is #6BBEEB. Grayscale: #545454. Windows color (decimal): -7061228 or 1327508. OLE color: 1327508.

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

Color convert

RGB1486520-
CMYK00.560.860.42
HSL21.09º76.19%32.94%-
HSV(B)21.09º86.49%58.04%-
XYZ14.2310.131.87-
YUV84.6991.5173.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=63.52%
G=27.90%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148652000.560.860.4221.0976.1932.94
Hex944114038562A154c21
Octal22410124070126522511441
Binary1001010010000011010001110001010110101010101011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944114; }

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

 H1.HeaderClassName
 {
   color: #944114;
 }
 .AnyTagClassName
 {
   color: #944114;
 }
</style>
background-color css

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

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

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

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

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

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