#954F2B

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

Shades of Alert Tan #954F2B

Tints of Alert Tan #954F2B

Color information

#954F2B (or 0x954F2B) is unknown color: approx Alert Tan. HEX triplet: 95, 4F and 2B. RGB value is (149,79,43). Sum of RGB (Red+Green+Blue) = 149+79+43=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #954F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F2B is #6AB0D4. Grayscale: #606060. Windows color (decimal): -6992085 or 2838421. OLE color: 2838421.

HSL color Cylindrical-coordinate representation of color #954F2B: hue angle of 20.38º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #954F2B is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1497943-
CMYK00.470.710.42
HSL20.38º55.21%37.65%-
HSV(B)20.38º71.14%58.43%-
XYZ15.6312.163.81-
YUV95.8398.19165.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=54.98%
G=29.15%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149794300.470.710.4220.3855.2137.65
Hex954F2B02F472A143726
Octal2251175305710752246746
Binary1001010110011111010110101111100011110101010100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954F2B; }

 p { color: rgb(149,79,43); }

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

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

 a { background-color: rgb(149,79,43); }

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

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

 span { border-color: rgb(149,79,43); }

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