#283634

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

Shades of Aztec #283634

Tints of Aztec #283634

Color information

#283634 (or 0x283634) is unknown color: approx Aztec. HEX triplet: 28, 36 and 34. RGB value is (40,54,52). Sum of RGB (Red+Green+Blue) = 40+54+52=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 54 - color contains mainly: green. Hex color #283634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283634 is #D7C9CB. Grayscale: #313131. Windows color (decimal): -14141900 or 3421736. OLE color: 3421736.

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

Color convert

RGB405452-
CMYK0.2600.040.79
HSL171.43º14.89%18.43%-
HSV(B)171.43º25.93%21.18%-
XYZ2.813.343.74-
YUV49.59129.36121.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.40%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=27.40%
G=36.99%
B=35.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4054520.2600.040.79171.4314.8918.43
Hex2836341A044Fabf12
Octal50666432041172531722
Binary101000110110110100110100100100111110101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283634; }

 p { color: rgb(40,54,52); }

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

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

 a { background-color: rgb(40,54,52); }

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

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

 span { border-color: rgb(40,54,52); }

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