#453A1F

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

Shades of Madras #453A1F

Tints of Madras #453A1F

Color information

#453A1F (or 0x453A1F) is unknown color: approx Madras. HEX triplet: 45, 3A and 1F. RGB value is (69,58,31). Sum of RGB (Red+Green+Blue) = 69+58+31=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #453A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453A1F is #BAC5E0. Grayscale: #3A3A3A. Windows color (decimal): -12240353 or 2046533. OLE color: 2046533.

HSL color Cylindrical-coordinate representation of color #453A1F: hue angle of 42.63º 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 #453A1F is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB695831-
CMYK00.160.550.73
HSL42.63º38%19.61%-
HSV(B)42.63º55.07%27.06%-
XYZ4.214.391.92-
YUV58.21112.64135.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=43.67%
G=36.71%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69583100.160.550.7342.633819.61
Hex453A1F01037492b2614
Octal105723702067111534624
Binary100010111101011111010000110111100100110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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