#934B34

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

Shades of Alert Tan #934B34

Tints of Alert Tan #934B34

Color information

#934B34 (or 0x934B34) is unknown color: approx Alert Tan. HEX triplet: 93, 4B and 34. RGB value is (147,75,52). Sum of RGB (Red+Green+Blue) = 147+75+52=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #934B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934B34 is #6CB4CB. Grayscale: #5E5E5E. Windows color (decimal): -7124172 or 3427219. OLE color: 3427219.

HSL color Cylindrical-coordinate representation of color #934B34: hue angle of 14.53º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #934B34 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1477552-
CMYK00.490.650.42
HSL14.53º47.74%39.02%-
HSV(B)14.53º64.63%57.65%-
XYZ15.1711.484.67-
YUV93.91104.35165.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=53.65%
G=27.37%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147755200.490.650.4214.5347.7439.02
Hex934B34031412Af3027
Octal2231136406110152176047
Binary100100111001011110100011000110000011010101111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934B34; }

 p { color: rgb(147,75,52); }

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

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

 a { background-color: rgb(147,75,52); }

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

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

 span { border-color: rgb(147,75,52); }

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