#946453

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

Shades of Dark Tan #946453

Tints of Dark Tan #946453

Color information

#946453 (or 0x946453) is unknown color: approx Dark Tan. HEX triplet: 94, 64 and 53. RGB value is (148,100,83). Sum of RGB (Red+Green+Blue) = 148+100+83=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946453 is #6B9BAC. Grayscale: #707070. Windows color (decimal): -7052205 or 5465236. OLE color: 5465236.

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

Color convert

RGB14810083-
CMYK00.320.440.42
HSL15.69º28.14%45.29%-
HSV(B)15.69º43.92%58.04%-
XYZ18.3316.0310.31-
YUV112.41111.4153.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=44.71%
G=30.21%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481008300.320.440.4215.6928.1445.29
Hex9464530202C2A101c2d
Octal2241441230405452203455
Binary100101001100100101001101000001011001010101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946453; }

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

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

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

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

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

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

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

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