#453F06

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

Shades of Madras #453F06

Tints of Madras #453F06

Color information

#453F06 (or 0x453F06) is unknown color: approx Madras. HEX triplet: 45, 3F and 06. RGB value is (69,63,6). Sum of RGB (Red+Green+Blue) = 69+63+6=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #453F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453F06 is #BAC0F9. Grayscale: #3A3A3A. Windows color (decimal): -12239098 or 409413. OLE color: 409413.

HSL color Cylindrical-coordinate representation of color #453F06: hue angle of 54.29º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #453F06 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB69636-
CMYK00.090.910.73
HSL54.29º84%14.71%-
HSV(B)54.29º91.3%27.06%-
XYZ4.264.830.88-
YUV58.398.49135.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 63 (25% from 255) = 45.65%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=50%
G=45.65%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6963600.090.910.7354.298414.71
Hex453F6095B493654f
Octal1057760111331116612417
Binary1000101111111110010011011011100100111011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,63,6); }

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

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

 a { background-color: rgb(69,63,6); }

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

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

 span { border-color: rgb(69,63,6); }

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