#453C0C

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

Shades of Madras #453C0C

Tints of Madras #453C0C

Color information

#453C0C (or 0x453C0C) is unknown color: approx Madras. HEX triplet: 45, 3C and 0C. RGB value is (69,60,12). Sum of RGB (Red+Green+Blue) = 69+60+12=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #453C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C0C is #BAC3F3. Grayscale: #393939. Windows color (decimal): -12239860 or 801861. OLE color: 801861.

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

Color convert

RGB696012-
CMYK00.130.830.73
HSL50.53º70.37%15.88%-
HSV(B)50.53º82.61%27.06%-
XYZ4.144.521-
YUV57.22102.48136.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 60 (23.83% from 255) = 42.55%
BLUE value IS 12 (5.08% from 255) = 8.51%
R=48.94%
G=42.55%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69601200.130.830.7350.5370.3715.88
Hex453CC0D5349334610
Octal10574140151231116310620
Binary100010111110011000110110100111001001110011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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