#453E0D

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

Shades of Madras #453E0D

Tints of Madras #453E0D

Color information

#453E0D (or 0x453E0D) is unknown color: approx Madras. HEX triplet: 45, 3E and 0D. RGB value is (69,62,13). Sum of RGB (Red+Green+Blue) = 69+62+13=144 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.92% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 69 - color contains mainly: red. Hex color #453E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453E0D is #BAC1F2. Grayscale: #3A3A3A. Windows color (decimal): -12239347 or 867909. OLE color: 867909.

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

Color convert

RGB696213-
CMYK00.100.810.73
HSL52.5º68.29%16.08%-
HSV(B)52.5º81.16%27.06%-
XYZ4.254.741.07-
YUV58.51102.32135.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.92%
GREEN value IS 62 (24.61% from 255) = 43.06%
BLUE value IS 13 (5.47% from 255) = 9.03%
R=47.92%
G=43.06%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69621300.100.810.7352.568.2916.08
Hex453ED0A5149344410
Octal10576150121211116410420
Binary100010111111011010101010100011001001110100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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