#453D0A

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

Shades of Madras #453D0A

Tints of Madras #453D0A

Color information

#453D0A (or 0x453D0A) is unknown color: approx Madras. HEX triplet: 45, 3D and 0A. RGB value is (69,61,10). Sum of RGB (Red+Green+Blue) = 69+61+10=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #453D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453D0A is #BAC2F5. Grayscale: #393939. Windows color (decimal): -12239606 or 671045. OLE color: 671045.

HSL color Cylindrical-coordinate representation of color #453D0A: hue angle of 51.86º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #453D0A is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB696110-
CMYK00.120.860.73
HSL51.86º74.68%15.49%-
HSV(B)51.86º85.51%27.06%-
XYZ4.184.620.96-
YUV57.58101.15136.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 61 (24.22% from 255) = 43.57%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=49.29%
G=43.57%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69611000.120.860.7351.8674.6815.49
Hex453DA0C5649344bf
Octal10575120141261116411317
Binary10001011111011010011001010110100100111010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,61,10); }

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

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

 a { background-color: rgb(69,61,10); }

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

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

 span { border-color: rgb(69,61,10); }

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