#9B4C2C

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

Shades of Alert Tan #9B4C2C

Tints of Alert Tan #9B4C2C

Color information

#9B4C2C (or 0x9B4C2C) is unknown color: approx Alert Tan. HEX triplet: 9B, 4C and 2C. RGB value is (155,76,44). Sum of RGB (Red+Green+Blue) = 155+76+44=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C2C is #64B3D3. Grayscale: #606060. Windows color (decimal): -6599636 or 2903195. OLE color: 2903195.

HSL color Cylindrical-coordinate representation of color #9B4C2C: hue angle of 17.3º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B4C2C is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB1557644-
CMYK00.510.720.39
HSL17.3º55.78%39.02%-
HSV(B)17.3º71.61%60.78%-
XYZ16.5612.323.89-
YUV95.9798.67170.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 44 (17.58% from 255) = 16%
R=56.36%
G=27.64%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155764400.510.720.3917.355.7839.02
Hex9B4C2C0334827113827
Octal2331145406311047217047
Binary1001101110011001011000110011100100010011110001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B4C2C; }

 p { color: rgb(155,76,44); }

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

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

 a { background-color: rgb(155,76,44); }

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

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

 span { border-color: rgb(155,76,44); }

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