#283533

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

Shades of Aztec #283533

Tints of Aztec #283533

Color information

#283533 (or 0x283533) is unknown color: approx Aztec. HEX triplet: 28, 35 and 33. RGB value is (40,53,51). Sum of RGB (Red+Green+Blue) = 40+53+51=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #283533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283533 is #D7CACC. Grayscale: #303030. Windows color (decimal): -14142157 or 3355944. OLE color: 3355944.

HSL color Cylindrical-coordinate representation of color #283533: hue angle of 170.77º 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 #283533 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB405351-
CMYK0.2500.040.79
HSL170.77º13.98%18.24%-
HSV(B)170.77º24.53%20.78%-
XYZ2.753.243.61-
YUV48.88129.19121.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.78%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=27.78%
G=36.81%
B=35.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4053510.2500.040.79170.7713.9818.24
Hex28353319044Fabe12
Octal50656331041172531622
Binary101000110101110011110010100100111110101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283533; }

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

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

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

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

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

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

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

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