#45420A

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

Shades of Madras #45420A

Tints of Madras #45420A

Color information

#45420A (or 0x45420A) is unknown color: approx Madras. HEX triplet: 45, 42 and 0A. RGB value is (69,66,10). Sum of RGB (Red+Green+Blue) = 69+66+10=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #45420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45420A is #BABDF5. Grayscale: #3C3C3C. Windows color (decimal): -12238326 or 672325. OLE color: 672325.

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

Color convert

RGB696610-
CMYK00.040.860.73
HSL56.95º74.68%15.49%-
HSV(B)56.95º85.51%27.06%-
XYZ4.465.181.05-
YUV60.5199.49134.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.59%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=47.59%
G=45.52%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69661000.040.860.7356.9574.6815.49
Hex4542A045649394bf
Octal10510212041261117111317
Binary10001011000010101001001010110100100111100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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