#453E0C

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

Shades of Madras #453E0C

Tints of Madras #453E0C

Color information

#453E0C (or 0x453E0C) is unknown color: approx Madras. HEX triplet: 45, 3E and 0C. RGB value is (69,62,12). Sum of RGB (Red+Green+Blue) = 69+62+12=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 62 (24.61% from 255 or 43.36% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #453E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E0C is #BAC1F3. Grayscale: #3A3A3A. Windows color (decimal): -12239348 or 802373. OLE color: 802373.

HSL color Cylindrical-coordinate representation of color #453E0C: hue angle of 52.63º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #453E0C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB696212-
CMYK00.100.830.73
HSL52.63º70.37%15.88%-
HSV(B)52.63º82.61%27.06%-
XYZ4.244.741.04-
YUV58.39101.82135.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.25%
GREEN value IS 62 (24.61% from 255) = 43.36%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=48.25%
G=43.36%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69621200.100.830.7352.6370.3715.88
Hex453EC0A5349354610
Octal10576140121231116510620
Binary100010111111011000101010100111001001110101100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,62,12); }

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

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

 a { background-color: rgb(69,62,12); }

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

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

 span { border-color: rgb(69,62,12); }

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