#554013

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

Shades of Madras #554013

Tints of Madras #554013

Color information

#554013 (or 0x554013) is unknown color: approx Madras. HEX triplet: 55, 40 and 13. RGB value is (85,64,19). Sum of RGB (Red+Green+Blue) = 85+64+19=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #554013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554013 is #AABFEC. Grayscale: #414141. Windows color (decimal): -11190253 or 1261653. OLE color: 1261653.

HSL color Cylindrical-coordinate representation of color #554013: hue angle of 40.91º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #554013 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB856419-
CMYK00.250.780.67
HSL40.91º63.46%20.39%-
HSV(B)40.91º77.65%33.33%-
XYZ5.75.651.41-
YUV65.15101.96142.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 19 (7.81% from 255) = 11.31%
R=50.60%
G=38.10%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85641900.250.780.6740.9163.4620.39
Hex5540130194E43293f14
Octal12510023031116103517724
Binary10101011000000100110110011001110100001110100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554013; }

 p { color: rgb(85,64,19); }

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

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

 a { background-color: rgb(85,64,19); }

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

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

 span { border-color: rgb(85,64,19); }

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