#453E0E

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

Shades of Madras #453E0E

Tints of Madras #453E0E

Color information

#453E0E (or 0x453E0E) is unknown color: approx Madras. HEX triplet: 45, 3E and 0E. RGB value is (69,62,14). Sum of RGB (Red+Green+Blue) = 69+62+14=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #453E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E0E is #BAC1F1. Grayscale: #3A3A3A. Windows color (decimal): -12239346 or 933445. OLE color: 933445.

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

Color convert

RGB696214-
CMYK00.100.800.73
HSL52.36º66.27%16.27%-
HSV(B)52.36º79.71%27.06%-
XYZ4.264.741.11-
YUV58.62102.82135.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 62 (24.61% from 255) = 42.76%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=47.59%
G=42.76%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69621400.100.800.7352.3666.2716.27
Hex453EE0A5049344210
Octal10576160121201116410220
Binary100010111111011100101010100001001001110100100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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