#283532

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

Shades of Aztec #283532

Tints of Aztec #283532

Color information

#283532 (or 0x283532) is unknown color: approx Aztec. HEX triplet: 28, 35 and 32. RGB value is (40,53,50). Sum of RGB (Red+Green+Blue) = 40+53+50=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 53 - color contains mainly: green. Hex color #283532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283532 is #D7CACD. Grayscale: #303030. Windows color (decimal): -14142158 or 3290408. OLE color: 3290408.

HSL color Cylindrical-coordinate representation of color #283532: hue angle of 166.15º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283532 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB405350-
CMYK0.2500.060.79
HSL166.15º13.98%18.24%-
HSV(B)166.15º24.53%20.78%-
XYZ2.723.233.5-
YUV48.77128.69121.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.97%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=27.97%
G=37.06%
B=34.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053500.2500.060.79166.1513.9818.24
Hex28353219064Fa6e12
Octal50656231061172461622
Binary101000110101110010110010110100111110100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283532; }

 p { color: rgb(40,53,50); }

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

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

 a { background-color: rgb(40,53,50); }

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

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

 span { border-color: rgb(40,53,50); }

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