#454105

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

Shades of Madras #454105

Tints of Madras #454105

Color information

#454105 (or 0x454105) is unknown color: approx Madras. HEX triplet: 45, 41 and 05. RGB value is (69,65,5). Sum of RGB (Red+Green+Blue) = 69+65+5=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #454105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454105 is #BABEFA. Grayscale: #3B3B3B. Windows color (decimal): -12238587 or 344389. OLE color: 344389.

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

Color convert

RGB69655-
CMYK00.060.930.73
HSL56.25º86.49%14.51%-
HSV(B)56.25º92.75%27.06%-
XYZ4.375.060.89-
YUV59.3697.33134.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 65 (25.78% from 255) = 46.76%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=49.64%
G=46.76%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6965500.060.930.7356.2586.4914.51
Hex45415065D493856f
Octal1051015061351117012617
Binary1000101100000110101101011101100100111100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454105; }

 p { color: rgb(69,65,5); }

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

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

 a { background-color: rgb(69,65,5); }

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

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

 span { border-color: rgb(69,65,5); }

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