#924B34

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

Shades of Alert Tan #924B34

Tints of Alert Tan #924B34

Color information

#924B34 (or 0x924B34) is unknown color: approx Alert Tan. HEX triplet: 92, 4B and 34. RGB value is (146,75,52). Sum of RGB (Red+Green+Blue) = 146+75+52=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #924B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924B34 is #6DB4CB. Grayscale: #5D5D5D. Windows color (decimal): -7189708 or 3427218. OLE color: 3427218.

HSL color Cylindrical-coordinate representation of color #924B34: hue angle of 14.68º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924B34 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB1467552-
CMYK00.490.640.43
HSL14.68º47.47%38.82%-
HSV(B)14.68º64.38%57.25%-
XYZ14.9911.394.66-
YUV93.61104.52165.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.48%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=53.48%
G=27.47%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146755200.490.640.4314.6847.4738.82
Hex924B34031402Bf2f27
Octal2221136406110053175747
Binary100100101001011110100011000110000001010111111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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