#453C0D

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

Shades of Madras #453C0D

Tints of Madras #453C0D

Color information

#453C0D (or 0x453C0D) is unknown color: approx Madras. HEX triplet: 45, 3C and 0D. RGB value is (69,60,13). Sum of RGB (Red+Green+Blue) = 69+60+13=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #453C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453C0D is #BAC3F2. Grayscale: #393939. Windows color (decimal): -12239859 or 867397. OLE color: 867397.

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

Color convert

RGB696013-
CMYK00.130.810.73
HSL50.36º68.29%16.08%-
HSV(B)50.36º81.16%27.06%-
XYZ4.144.531.04-
YUV57.33102.98136.32-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 60 (23.83% from 255) = 42.25%
BLUE value IS 13 (5.47% from 255) = 9.15%
R=48.59%
G=42.25%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69601300.130.810.7350.3668.2916.08
Hex453CD0D5149324410
Octal10574150151211116210420
Binary100010111110011010110110100011001001110010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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