#454108

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

Shades of Madras #454108

Tints of Madras #454108

Color information

#454108 (or 0x454108) is unknown color: approx Madras. HEX triplet: 45, 41 and 08. RGB value is (69,65,8). Sum of RGB (Red+Green+Blue) = 69+65+8=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 69 - color contains mainly: red. Hex color #454108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454108 is #BABEF7. Grayscale: #3B3B3B. Windows color (decimal): -12238584 or 540997. OLE color: 540997.

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

Color convert

RGB69658-
CMYK00.060.880.73
HSL56.07º79.22%15.1%-
HSV(B)56.07º88.41%27.06%-
XYZ4.395.060.98-
YUV59.798.83134.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=48.59%
G=45.77%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6965800.060.880.7356.0779.2215.1
Hex45418065849384ff
Octal10510110061301117011717
Binary10001011000001100001101011000100100111100010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454108; }

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

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

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

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

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

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

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

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