#45411F

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

Shades of Madras #45411F

Tints of Madras #45411F

Color information

#45411F (or 0x45411F) is unknown color: approx Madras. HEX triplet: 45, 41 and 1F. RGB value is (69,65,31). Sum of RGB (Red+Green+Blue) = 69+65+31=165 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.82% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 69 - color contains mainly: red. Hex color #45411F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45411F is #BABEE0. Grayscale: #3E3E3E. Windows color (decimal): -12238561 or 2048325. OLE color: 2048325.

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

Color convert

RGB696531-
CMYK00.060.550.73
HSL53.68º38%19.61%-
HSV(B)53.68º55.07%27.06%-
XYZ4.595.142.05-
YUV62.32110.33132.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.82%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=41.82%
G=39.39%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69653100.060.550.7353.683819.61
Hex45411F063749362614
Octal105101370667111664624
Binary10001011000001111110110110111100100111011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45411F; }

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

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

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

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

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

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

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

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