#454114

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

Shades of Madras #454114

Tints of Madras #454114

Color information

#454114 (or 0x454114) is unknown color: approx Madras. HEX triplet: 45, 41 and 14. RGB value is (69,65,20). Sum of RGB (Red+Green+Blue) = 69+65+20=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #454114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454114 is #BABEEB. Grayscale: #3D3D3D. Windows color (decimal): -12238572 or 1327429. OLE color: 1327429.

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

Color convert

RGB696520-
CMYK00.060.710.73
HSL55.1º55.06%17.45%-
HSV(B)55.1º71.01%27.06%-
XYZ4.475.11.41-
YUV61.07104.83133.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=44.81%
G=42.21%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69652000.060.710.7355.155.0617.45
Hex454114064749373711
Octal1051012406107111676721
Binary100010110000011010001101000111100100111011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454114; }

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

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

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

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

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

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

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

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