#454107

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

Shades of Madras #454107

Tints of Madras #454107

Color information

#454107 (or 0x454107) is unknown color: approx Madras. HEX triplet: 45, 41 and 07. RGB value is (69,65,7). Sum of RGB (Red+Green+Blue) = 69+65+7=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 69 - color contains mainly: red. Hex color #454107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454107 is #BABEF8. Grayscale: #3B3B3B. Windows color (decimal): -12238585 or 475461. OLE color: 475461.

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

Color convert

RGB69657-
CMYK00.060.900.73
HSL56.13º81.58%14.9%-
HSV(B)56.13º89.86%27.06%-
XYZ4.385.060.95-
YUV59.5898.33134.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=48.94%
G=46.10%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6965700.060.900.7356.1381.5814.9
Hex45417065A493852f
Octal1051017061321117012217
Binary1000101100000111101101011010100100111100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454107; }

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

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

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

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

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

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

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

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