#453E1E

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

Shades of Madras #453E1E

Tints of Madras #453E1E

Color information

#453E1E (or 0x453E1E) is unknown color: approx Madras. HEX triplet: 45, 3E and 1E. RGB value is (69,62,30). Sum of RGB (Red+Green+Blue) = 69+62+30=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #453E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E1E is #BAC1E1. Grayscale: #3C3C3C. Windows color (decimal): -12239330 or 1982021. OLE color: 1982021.

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

Color convert

RGB696230-
CMYK00.100.570.73
HSL49.23º39.39%19.41%-
HSV(B)49.23º56.52%27.06%-
XYZ4.414.81.92-
YUV60.44110.82134.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 62 (24.61% from 255) = 38.51%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=42.86%
G=38.51%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69623000.100.570.7349.2339.3919.41
Hex453E1E0A3949312713
Octal105763601271111614723
Binary10001011111101111001010111001100100111000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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