#554441

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

Shades of Crater Brown #554441

Tints of Crater Brown #554441

Color information

#554441 (or 0x554441) is unknown color: approx Crater Brown. HEX triplet: 55, 44 and 41. RGB value is (85,68,65). Sum of RGB (Red+Green+Blue) = 85+68+65=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554441 is #AABBBE. Grayscale: #484848. Windows color (decimal): -11189183 or 4277333. OLE color: 4277333.

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

Color convert

RGB856865-
CMYK00.200.240.67
HSL13.33%29.41%-
HSV(B)23.53%33.33%-
XYZ6.776.455.89-
YUV72.74123.63136.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=38.99%
G=31.19%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85686500.200.240.67913.3329.41
Hex55444101418439d1d
Octal12510410102430103111535
Binary1010101100010010000010101001100010000111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554441; }

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

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

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

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

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

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

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

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