#946452

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

Shades of Dark Tan #946452

Tints of Dark Tan #946452

Color information

#946452 (or 0x946452) is unknown color: approx Dark Tan. HEX triplet: 94, 64 and 52. RGB value is (148,100,82). Sum of RGB (Red+Green+Blue) = 148+100+82=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946452 is #6B9BAD. Grayscale: #707070. Windows color (decimal): -7052206 or 5399700. OLE color: 5399700.

HSL color Cylindrical-coordinate representation of color #946452: hue angle of 16.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946452 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14810082-
CMYK00.320.450.42
HSL16.36º28.7%45.1%-
HSV(B)16.36º44.59%58.04%-
XYZ18.2916.0210.11-
YUV112.3110.9153.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=44.85%
G=30.30%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481008200.320.450.4216.3628.745.1
Hex9464520202D2A101d2d
Octal2241441220405552203555
Binary100101001100100101001001000001011011010101000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946452; }

 p { color: rgb(148,100,82); }

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

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

 a { background-color: rgb(148,100,82); }

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

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

 span { border-color: rgb(148,100,82); }

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