#453C02

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

Shades of Madras #453C02

Tints of Madras #453C02

Color information

#453C02 (or 0x453C02) is unknown color: approx Madras. HEX triplet: 45, 3C and 02. RGB value is (69,60,2). Sum of RGB (Red+Green+Blue) = 69+60+2=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #453C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C02 is #BAC3FD. Grayscale: #383838. Windows color (decimal): -12239870 or 146501. OLE color: 146501.

HSL color Cylindrical-coordinate representation of color #453C02: hue angle of 51.94º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #453C02 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB69602-
CMYK00.130.970.73
HSL51.94º94.37%13.92%-
HSV(B)51.94º97.1%27.06%-
XYZ4.084.50.71-
YUV56.0897.48137.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 60 (23.83% from 255) = 45.80%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=52.67%
G=45.80%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6960200.130.970.7351.9494.3713.92
Hex453C20D6149345ee
Octal1057420151411116413616
Binary100010111110010011011100001100100111010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,2); }

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

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

 a { background-color: rgb(69,60,2); }

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

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

 span { border-color: rgb(69,60,2); }

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