#453E1F

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

Shades of Madras #453E1F

Tints of Madras #453E1F

Color information

#453E1F (or 0x453E1F) is unknown color: approx Madras. HEX triplet: 45, 3E and 1F. RGB value is (69,62,31). Sum of RGB (Red+Green+Blue) = 69+62+31=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #453E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E1F is #BAC1E0. Grayscale: #3C3C3C. Windows color (decimal): -12239329 or 2047557. OLE color: 2047557.

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

Color convert

RGB696231-
CMYK00.100.550.73
HSL48.95º38%19.61%-
HSV(B)48.95º55.07%27.06%-
XYZ4.424.811.99-
YUV60.56111.32134.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 62 (24.61% from 255) = 38.27%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=42.59%
G=38.27%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69623100.100.550.7348.953819.61
Hex453E1F0A3749312614
Octal105763701267111614624
Binary10001011111101111101010110111100100111000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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