#544642

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

Shades of Crater Brown #544642

Tints of Crater Brown #544642

Color information

#544642 (or 0x544642) is unknown color: approx Crater Brown. HEX triplet: 54, 46 and 42. RGB value is (84,70,66). Sum of RGB (Red+Green+Blue) = 84+70+66=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544642 is #ABB9BD. Grayscale: #494949. Windows color (decimal): -11254206 or 4343380. OLE color: 4343380.

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

Color convert

RGB847066-
CMYK00.170.210.67
HSL13.33º12%29.41%-
HSV(B)13.33º21.43%32.94%-
XYZ6.836.666.08-
YUV73.73123.64135.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 66 (26.17% from 255) = 30%
R=38.18%
G=31.82%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84706600.170.210.6713.331229.41
Hex5446420111543dc1d
Octal12410610202125103151435
Binary1010100100011010000100100011010110000111101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544642; }

 p { color: rgb(84,70,66); }

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

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

 a { background-color: rgb(84,70,66); }

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

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

 span { border-color: rgb(84,70,66); }

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