#453C06

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

Shades of Madras #453C06

Tints of Madras #453C06

Color information

#453C06 (or 0x453C06) is unknown color: approx Madras. HEX triplet: 45, 3C and 06. RGB value is (69,60,6). Sum of RGB (Red+Green+Blue) = 69+60+6=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #453C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C06 is #BAC3F9. Grayscale: #383838. Windows color (decimal): -12239866 or 408645. OLE color: 408645.

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

Color convert

RGB69606-
CMYK00.130.910.73
HSL51.43º84%14.71%-
HSV(B)51.43º91.3%27.06%-
XYZ4.14.510.83-
YUV56.5499.48136.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 60 (23.83% from 255) = 44.44%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=51.11%
G=44.44%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6960600.130.910.7351.438414.71
Hex453C60D5B493354f
Octal1057460151331116312417
Binary1000101111100110011011011011100100111001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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