#453C26

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

Shades of Madras #453C26

Tints of Madras #453C26

Color information

#453C26 (or 0x453C26) is unknown color: approx Madras. HEX triplet: 45, 3C and 26. RGB value is (69,60,38). Sum of RGB (Red+Green+Blue) = 69+60+38=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #453C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C26 is #BAC3D9. Grayscale: #3C3C3C. Windows color (decimal): -12239834 or 2505797. OLE color: 2505797.

HSL color Cylindrical-coordinate representation of color #453C26: hue angle of 42.58º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #453C26 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB696038-
CMYK00.130.450.73
HSL42.58º28.97%20.98%-
HSV(B)42.58º44.93%27.06%-
XYZ4.424.642.5-
YUV60.18115.48134.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 60 (23.83% from 255) = 35.93%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=41.32%
G=35.93%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69603800.130.450.7342.5828.9720.98
Hex453C260D2D492b1d15
Octal105744601555111533525
Binary10001011111001001100110110110110010011010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,38); }

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

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

 a { background-color: rgb(69,60,38); }

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

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

 span { border-color: rgb(69,60,38); }

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