#954D2B

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

Shades of Alert Tan #954D2B

Tints of Alert Tan #954D2B

Color information

#954D2B (or 0x954D2B) is unknown color: approx Alert Tan. HEX triplet: 95, 4D and 2B. RGB value is (149,77,43). Sum of RGB (Red+Green+Blue) = 149+77+43=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #954D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D2B is #6AB2D4. Grayscale: #5E5E5E. Windows color (decimal): -6992597 or 2837909. OLE color: 2837909.

HSL color Cylindrical-coordinate representation of color #954D2B: hue angle of 19.25º 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 #954D2B is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1497743-
CMYK00.480.710.42
HSL19.25º55.21%37.65%-
HSV(B)19.25º71.14%58.43%-
XYZ15.4811.873.76-
YUV94.6598.85166.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 43 (17.19% from 255) = 15.99%
R=55.39%
G=28.62%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149774300.480.710.4219.2555.2137.65
Hex954D2B030472A133726
Octal2251155306010752236746
Binary1001010110011011010110110000100011110101010011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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