#453D21

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

Shades of Madras #453D21

Tints of Madras #453D21

Color information

#453D21 (or 0x453D21) is unknown color: approx Madras. HEX triplet: 45, 3D and 21. RGB value is (69,61,33). Sum of RGB (Red+Green+Blue) = 69+61+33=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #453D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D21 is #BAC2DE. Grayscale: #3C3C3C. Windows color (decimal): -12239583 or 2178373. OLE color: 2178373.

HSL color Cylindrical-coordinate representation of color #453D21: hue angle of 46.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453D21 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB696133-
CMYK00.120.520.73
HSL46.67º35.29%20%-
HSV(B)46.67º52.17%27.06%-
XYZ4.44.712.12-
YUV60.2112.65134.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 61 (24.22% from 255) = 37.42%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=42.33%
G=37.42%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69613300.120.520.7346.6735.2920
Hex453D210C34492f2314
Octal105754101464111574324
Binary100010111110110000101100110100100100110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453D21; }

 p { color: rgb(69,61,33); }

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

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

 a { background-color: rgb(69,61,33); }

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

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

 span { border-color: rgb(69,61,33); }

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