#453A0F

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

Shades of Madras #453A0F

Tints of Madras #453A0F

Color information

#453A0F (or 0x453A0F) is unknown color: approx Madras. HEX triplet: 45, 3A and 0F. RGB value is (69,58,15). Sum of RGB (Red+Green+Blue) = 69+58+15=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #453A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453A0F is #BAC5F0. Grayscale: #383838. Windows color (decimal): -12240369 or 997957. OLE color: 997957.

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

Color convert

RGB695815-
CMYK00.160.780.73
HSL47.78º64.29%16.47%-
HSV(B)47.78º78.26%27.06%-
XYZ4.054.331.07-
YUV56.39104.64137-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 58 (23.05% from 255) = 40.85%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=48.59%
G=40.85%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69581500.160.780.7347.7864.2916.47
Hex453AF0104E49304010
Octal10572170201161116010020
Binary1000101111010111101000010011101001001110000100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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