#554541

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

Shades of Crater Brown #554541

Tints of Crater Brown #554541

Color information

#554541 (or 0x554541) is unknown color: approx Crater Brown. HEX triplet: 55, 45 and 41. RGB value is (85,69,65). Sum of RGB (Red+Green+Blue) = 85+69+65=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554541 is #AABABE. Grayscale: #494949. Windows color (decimal): -11188927 or 4277589. OLE color: 4277589.

HSL color Cylindrical-coordinate representation of color #554541: hue angle of 12º 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 #554541 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB856965-
CMYK00.190.240.67
HSL12º13.33%29.41%-
HSV(B)12º23.53%33.33%-
XYZ6.836.575.91-
YUV73.33123.3136.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=38.81%
G=31.51%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85696500.190.240.671213.3329.41
Hex5545410131843cd1d
Octal12510510102330103141535
Binary1010101100010110000010100111100010000111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554541; }

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

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

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

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

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

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

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

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