#944B2D

Color #944B2D Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #944B2D

Tints of Alert Tan #944B2D

Color information

#944B2D (or 0x944B2D) is unknown color: approx Alert Tan. HEX triplet: 94, 4B and 2D. RGB value is (148,75,45). Sum of RGB (Red+Green+Blue) = 148+75+45=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #944B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B2D is #6BB4D2. Grayscale: #5D5D5D. Windows color (decimal): -7058643 or 2968468. OLE color: 2968468.

HSL color Cylindrical-coordinate representation of color #944B2D: hue angle of 17.48º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #944B2D is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1487545-
CMYK00.490.700.42
HSL17.48º53.37%37.84%-
HSV(B)17.48º69.59%58.04%-
XYZ15.211.523.9-
YUV93.41100.68166.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.22%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=55.22%
G=27.99%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148754500.490.700.4217.4853.3737.84
Hex944B2D031462A113526
Octal2241135506110652216546
Binary1001010010010111011010110001100011010101010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,45); }

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

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

 a { background-color: rgb(148,75,45); }

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

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

 span { border-color: rgb(148,75,45); }

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