#955029

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

Shades of Alert Tan #955029

Tints of Alert Tan #955029

Color information

#955029 (or 0x955029) is unknown color: approx Alert Tan. HEX triplet: 95, 50 and 29. RGB value is (149,80,41). Sum of RGB (Red+Green+Blue) = 149+80+41=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #955029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955029 is #6AAFD6. Grayscale: #606060. Windows color (decimal): -6991831 or 2707605. OLE color: 2707605.

HSL color Cylindrical-coordinate representation of color #955029: hue angle of 21.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #955029 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB1498041-
CMYK00.460.720.42
HSL21.67º56.84%37.25%-
HSV(B)21.67º72.48%58.43%-
XYZ15.6612.293.64-
YUV96.1896.86165.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.19%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 41 (16.41% from 255) = 15.19%
R=55.19%
G=29.63%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149804100.460.720.4221.6756.8437.25
Hex95502902E482A163925
Octal2251205105611052267145
Binary1001010110100001010010101110100100010101010110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955029; }

 p { color: rgb(149,80,41); }

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

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

 a { background-color: rgb(149,80,41); }

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

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

 span { border-color: rgb(149,80,41); }

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