#45370A

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

Shades of Madras #45370A

Tints of Madras #45370A

Color information

#45370A (or 0x45370A) is unknown color: approx Madras. HEX triplet: 45, 37 and 0A. RGB value is (69,55,10). Sum of RGB (Red+Green+Blue) = 69+55+10=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #45370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45370A is #BAC8F5. Grayscale: #363636. Windows color (decimal): -12241142 or 669509. OLE color: 669509.

HSL color Cylindrical-coordinate representation of color #45370A: hue angle of 45.76º 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 #45370A is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB695510-
CMYK00.200.860.73
HSL45.76º74.68%15.49%-
HSV(B)45.76º85.51%27.06%-
XYZ3.884.020.86-
YUV54.06103.14138.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.49%
GREEN value IS 55 (21.88% from 255) = 41.04%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=51.49%
G=41.04%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69551000.200.860.7345.7674.6815.49
Hex4537A01456492e4bf
Octal10567120241261115611317
Binary100010111011110100101001010110100100110111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45370A; }

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

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

<style>
 a { background-color: #45370A; }

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

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

<style>
 span { border-color: #45370A; }

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

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