#283835

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

Shades of Aztec #283835

Tints of Aztec #283835

Color information

#283835 (or 0x283835) is unknown color: approx Aztec. HEX triplet: 28, 38 and 35. RGB value is (40,56,53). Sum of RGB (Red+Green+Blue) = 40+56+53=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 56 - color contains mainly: green. Hex color #283835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283835 is #D7C7CA. Grayscale: #323232. Windows color (decimal): -14141387 or 3487784. OLE color: 3487784.

HSL color Cylindrical-coordinate representation of color #283835: hue angle of 168.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #283835 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB405653-
CMYK0.2900.050.78
HSL168.75º16.67%18.82%-
HSV(B)168.75º28.57%21.96%-
XYZ2.933.543.9-
YUV50.87129.2120.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 26.85%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=26.85%
G=37.58%
B=35.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4056530.2900.050.78168.7516.6718.82
Hex2838351D054Ea91113
Octal50706535051162512123
Binary1010001110001101011110101011001110101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283835; }

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

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

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

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

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

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

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

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