#554440

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

Shades of Crater Brown #554440

Tints of Crater Brown #554440

Color information

#554440 (or 0x554440) is unknown color: approx Crater Brown. HEX triplet: 55, 44 and 40. RGB value is (85,68,64). Sum of RGB (Red+Green+Blue) = 85+68+64=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #554440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554440 is #AABBBF. Grayscale: #484848. Windows color (decimal): -11189184 or 4211797. OLE color: 4211797.

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

Color convert

RGB856864-
CMYK00.200.250.67
HSL11.43º14.09%29.22%-
HSV(B)11.43º24.71%33.33%-
XYZ6.746.445.74-
YUV72.63123.13136.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 68 (26.95% from 255) = 31.34%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=39.17%
G=31.34%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85686400.200.250.6711.4314.0929.22
Hex5544400141943be1d
Octal12510410002431103131635
Binary1010101100010010000000101001100110000111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554440; }

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

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

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

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

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

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

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

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