#453A06

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

Shades of Madras #453A06

Tints of Madras #453A06

Color information

#453A06 (or 0x453A06) is unknown color: approx Madras. HEX triplet: 45, 3A and 06. RGB value is (69,58,6). Sum of RGB (Red+Green+Blue) = 69+58+6=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #453A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A06 is #BAC5F9. Grayscale: #373737. Windows color (decimal): -12240378 or 408133. OLE color: 408133.

HSL color Cylindrical-coordinate representation of color #453A06: hue angle of 49.52º 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 #453A06 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB69586-
CMYK00.160.910.73
HSL49.52º84%14.71%-
HSV(B)49.52º91.3%27.06%-
XYZ44.30.79-
YUV55.36100.14137.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.88%
GREEN value IS 58 (23.05% from 255) = 43.61%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=51.88%
G=43.61%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6958600.160.910.7349.528414.71
Hex453A60105B493254f
Octal1057260201331116212417
Binary10001011110101100100001011011100100111001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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