#55410F

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

Shades of Madras #55410F

Tints of Madras #55410F

Color information

#55410F (or 0x55410F) is unknown color: approx Madras. HEX triplet: 55, 41 and 0F. RGB value is (85,65,15). Sum of RGB (Red+Green+Blue) = 85+65+15=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55410F is #AABEF0. Grayscale: #414141. Windows color (decimal): -11190001 or 999765. OLE color: 999765.

HSL color Cylindrical-coordinate representation of color #55410F: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55410F is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB856515-
CMYK00.240.820.67
HSL42.86º70%19.61%-
HSV(B)42.86º82.35%33.33%-
XYZ5.725.751.26-
YUV65.2899.63142.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=51.52%
G=39.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85651500.240.820.6742.867019.61
Hex5541F01852432b4614
Octal125101170301221035310624
Binary10101011000001111101100010100101000011101011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,65,15); }

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

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

 a { background-color: rgb(85,65,15); }

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

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

 span { border-color: rgb(85,65,15); }

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